VerticalAlign

VerticalAlignserializable

System.Web.UI.WebControls (system.web.dll)enum

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
}

Hierarchy

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

Returned By

TableCell.VerticalAlign, TableItemStyle.VerticalAlign, TableRow.VerticalAlign

Passed To

TableCell.VerticalAlign, TableItemStyle.VerticalAlign, TableRow.VerticalAlign



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace