AdvancedButtonAutoSizeMode Property
Gets or sets the mode by which the
AdvancedButton automatically resizes itself.
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
[DefaultValueAttribute(AutoSizeMode.GrowOnly)]
public AutoSizeMode AutoSizeMode { get; set; }
<DefaultValueAttribute(AutoSizeMode.GrowOnly)>
Public Property AutoSizeMode As AutoSizeMode
Get
Set
public:
[DefaultValueAttribute(AutoSizeMode::GrowOnly)]
property AutoSizeMode AutoSizeMode {
AutoSizeMode get ();
void set (AutoSizeMode value);
}
[<DefaultValueAttribute(AutoSizeMode.GrowOnly)>]
member AutoSizeMode : AutoSizeMode with get, set
Property Value
AutoSizeMode