Click or drag to resize
UpdateDisplayAutoSize Property
Gets or sets a value that determines whether the control automatically sizes itself.

Namespace: Kjs.AppLife.Update.Controller
Assembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntax
public override bool AutoSize { get; set; }

Property Value

Type: Boolean

Return Value

Type: Boolean
true if the control automatically sizes itself; otherwise, false.
See Also