Name

TextAlign

Synopsis

This enumeration is used to set the CheckBox.TextAlign and RadioButton.TextAlign properties. This value specifies whether text will be placed to the left or right of the control.

Public Enum TextAlign
                  Left = 1
                  Right = 2
End Enum

Hierarchy

System.ObjectSystem.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) TextAlign

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.