CommandLinkButtonAutoSizeMode Property

Gets or sets the mode by which the CommandLinkButton automatically resizes itself.
Default value: GrowAndShrink.

Definition

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

Property Value

AutoSizeMode

See Also