Login::Orientation Property
.NET Framework (current version)
Gets or sets a value that specifies the position of the elements of the Login control on the page.
Assembly: System.Web (in System.Web.dll)
public: property Orientation Orientation { virtual Orientation get(); virtual void set(Orientation value); }
Property Value
Type: System.Web.UI.WebControls::OrientationOne the Orientation enumeration values. The default is Vertical.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The Orientation property is not set to a valid Orientation enumeration value. |
.NET Framework
Available since 2.0
Available since 2.0
Show: