System.Web.UI.WebControls.Login.TextLayout Property

Specifies the position of each label relative to its associated text box for the System.Web.UI.WebControls.Login control.

Syntax

[System.ComponentModel.DefaultValue(System.Web.UI.WebControls.LoginTextLayout.TextOnLeft)]
public virtual LoginTextLayout TextLayout { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

You can use the Login.TextLayout property to specify the position of labels relative to their associated text boxes for the System.Web.UI.WebControls.Login control. This property is set using one of the System.Web.UI.WebControls.LoginTextLayout enumeration values. The following table lists the possible values.

LoginTextLayout.TextOnLeft

Places labels to the left of the associated text entry fields.

LoginTextLayout.TextOnTop

Places labels above the associated text entry fields.

Requirements

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