UpdateDetailsDisplayDefaultSize Property |
Gets the default size of the control.
Namespace: Kjs.AppLife.Update.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxprotected override Size DefaultSize { get; }
Protected Overrides ReadOnly Property DefaultSize As Size
Get
protected:
virtual property Size DefaultSize {
Size get () override;
}
abstract DefaultSize : Size with get
override DefaultSize : Size with get
Property Value
Type:
SizeReturn Value
Type:
Size
The default
Size of the control.
See Also