Specifies the horizontal alignment of text in an control. Namespace: MindFusion.UI.Web
|
C#
![]() |
---|
public enum TextAlignment |
Visual Basic
![]() |
---|
Public Enumeration TextAlignment |
Member name | Value | Description | |
---|---|---|---|
![]() |
Left |
0 | Aligns the text to the left. |
![]() |
Right |
1 | Aligns the text to the right. |
![]() |
Center |
2 | Centers the text. |