VerticalAlign | serializable |
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
|