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



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net