Name

VerticalAlign

Synopsis

This enumeration allows you to align an object or text along the vertical axis. It is used in TableRow and TableCell controls.

Public Enum VerticalAlign
                  NotSet = 0
                  Top = 1
                  Middle = 2
                  Bottom = 3
End Enum

Hierarchy

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

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.