UpdateDisplayAutoSize Property |
Gets or sets a value that determines whether the control automatically sizes itself.
Namespace: Kjs.AppLife.Update.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxpublic override bool AutoSize { get; set; }
Public Overrides Property AutoSize As Boolean
Get
Set
public:
virtual property bool AutoSize {
bool get () override;
void set (bool value) override;
}
abstract AutoSize : bool with get, set
override AutoSize : bool with get, set
Property Value
Type:
BooleanReturn Value
Type:
Booleantrue if the control automatically sizes itself; otherwise, false.
See Also