ASP.NET Pack Programmer's Guide
TextAlignment Enumeration
See Also
 





Specifies the horizontal alignment of text in an control.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public enum TextAlignment

Visual Basic  Copy Code

Public Enum TextAlignment

 Members

  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.

 See Also

MindFusion.UI.WebForms Namespace