Name

HorizontalAlign

Synopsis

This enumeration specifies how contents will be laid out in a container. The classes that use it include DataGrid, Table, and Panel.

Public Enum HorizontalAlign
                  NotSet = 0
                  Left = 1
                  Center = 2
                  Right = 3
                  Justify = 4
End Enum

Hierarchy

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

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.