Specifies the position of each label relative to its associated text box for the System.Web.UI.WebControls.Login control.
Documentation for this section has not yet been entered.
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. |