CommandLinkButtonAutoSize Property
Gets or sets whether the command link button automatically resizes itself to its content.
Default value: .
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
[DefaultValueAttribute(true)]
public override bool AutoSize { get; set; }
<DefaultValueAttribute(true)>
Public Overrides Property AutoSize As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
virtual property bool AutoSize {
bool get () override;
void set (bool value) override;
}
[<DefaultValueAttribute(true)>]
abstract AutoSize : bool with get, set
[<DefaultValueAttribute(true)>]
override AutoSize : bool with get, set
Property Value
Boolean