Gets the default size of the control.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
protected override Size DefaultSize { get; } |
| Visual Basic |
|---|
Protected Overrides ReadOnly Property DefaultSize As Size
Get |
| Visual C++ |
|---|
protected:
virtual property Size DefaultSize {
Size get () override;
} |
| F# |
|---|
abstract DefaultSize : Size with get
override DefaultSize : Size with get |
Property Value
Type:
SizeReturn Value
Type:
SizeThe default
Size of the control.
See Also