MindFusion.UI for WebForms Programmer's Guide

TextAlignment Enumeration

See Also
 





Specifies the horizontal alignment of text in an control.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public enum TextAlignment

Visual Basic  Copy Code

Public Enumeration 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