LoginTextLayout Enumeration
.NET Framework (current version)
Specifies the position of labels relative to their associated text boxes for the Login control.
Assembly: System.Web (in System.Web.dll)
| Member name | 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 on the Login control.
.NET Framework
Available since 2.0
Available since 2.0
Show: