Login.TextLayout Property

 

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

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

abstract TextLayout : LoginTextLayout with get, set
override TextLayout : LoginTextLayout with get, set

Property Value

Type: System.Web.UI.WebControls.LoginTextLayout

One of the LoginTextLayout enumeration values. The default is TextOnLeft.

Exception Condition
ArgumentOutOfRangeException

The selected value is not one of the LoginTextLayout enumeration values.

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

LoginTextLayout value

Description

TextOnLeft

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

TextOnTop

Places labels above the associated text entry fields.

The following code example demonstrates using the LoginTextLayout enumeration to set the TextLayout property of a Login control.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: