AdvancedButtonAutoSizeMode Property

Gets or sets the mode by which the AdvancedButton automatically resizes itself.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
[DefaultValueAttribute(AutoSizeMode.GrowOnly)]
public AutoSizeMode AutoSizeMode { get; set; }

Property Value

AutoSizeMode

See Also