CommandLinkButtonTextAlign Property
Gets or sets the alignment of the text on the command link button control.
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
[DefaultValueAttribute(ContentAlignment.TopLeft)]
public override ContentAlignment TextAlign { get; set; }
<DefaultValueAttribute(ContentAlignment.TopLeft)>
Public Overrides Property TextAlign As ContentAlignment
Get
Set
public:
[DefaultValueAttribute(ContentAlignment::TopLeft)]
virtual property ContentAlignment TextAlign {
ContentAlignment get () override;
void set (ContentAlignment value) override;
}
[<DefaultValueAttribute(ContentAlignment.TopLeft)>]
abstract TextAlign : ContentAlignment with get, set
[<DefaultValueAttribute(ContentAlignment.TopLeft)>]
override TextAlign : ContentAlignment with get, set
Property Value
ContentAlignment