This documentation is archived and is not being maintained.
VerticalAlign Enumeration
Specifies the vertical alignment of an object or text in a control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
[TypeConverterAttribute(typeof(VerticalAlignConverter))]
public enum class VerticalAlign
/** @attribute TypeConverterAttribute(System.Web.UI.WebControls.VerticalAlignConverter) */
public enum VerticalAlign
TypeConverterAttribute(System.Web.UI.WebControls.VerticalAlignConverter)
public enum VerticalAlign
Member name Description Bottom Text or object is aligned with the bottom of the enclosing control. Middle Text or object is aligned with the center of the enclosing control. NotSet Vertical alignment is not set. Top Text or object is aligned with the top of the enclosing control.
The VerticalAlign enumeration represents the different vertical alignment options for an object or text in a control.
Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.
.NET Framework Supported in: 3.0, 2.0, 1.1, 1.0