DecimalTextBoxTextAlign Property

Gets or sets the horizontal text alignment.
Default value: Right.

Definition

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

Property Value

HorizontalAlignment

See Also