DesignerAutoFormatStyle.VerticalAlign Property
.NET Framework 3.0
Gets or sets the vertical alignment of the contents for the associated control.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
public: property VerticalAlign VerticalAlign { VerticalAlign get (); void set (VerticalAlign value); }
/** @property */ public VerticalAlign get_VerticalAlign () /** @property */ public void set_VerticalAlign (VerticalAlign value)
public function get VerticalAlign () : VerticalAlign public function set VerticalAlign (value : VerticalAlign)
Not applicable.
Property Value
One of the VerticalAlign values. The default is NotSet.The following code example demonstrates how to use a DesignerAutoFormat object and the Style property to apply formatting to a control.
Community Additions
ADD
Show: