Specifies the horizontal alignment of text in an control.
Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms
C#
![]() |
---|
public enum TextAlignment |
Visual Basic
![]() |
---|
Public Enum 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. |