Login.TextLayout Property
.NET Framework 3.0
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)
Assembly: System.Web (in system.web.dll)
/** @property */ public LoginTextLayout get_TextLayout () /** @property */ public void set_TextLayout (LoginTextLayout value)
public function get TextLayout () : LoginTextLayout public function set TextLayout (value : LoginTextLayout)
Not applicable.
Property Value
One of the LoginTextLayout enumeration values. The default is TextOnLeft.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. |
| Places labels above the associated text entry fields. |
Community Additions
ADD
Show: