System.Web.UI.WebControls.Login.Orientation Property

Gets or sets a value that specifies the position of the elements of the System.Web.UI.WebControls.Login control on the page.

Syntax

[System.ComponentModel.DefaultValue(System.Web.UI.WebControls.Orientation.Vertical)]
public virtual Orientation Orientation { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The Login.Orientation property determines whether to display the System.Web.UI.WebControls.Login control in a vertical format, with the Login.UserName text entry field above the Login.Password text entry field, or in a horizontal format, with the Login.UserName text entry field next to the Login.Password text entry field.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0