CommandLinkButtonTextAlign Property

Gets or sets the alignment of the text on the command link button control.

Definition

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

Property Value

ContentAlignment

See Also