LoginTextLayout Enumeration

 

Specifies the position of labels relative to their associated text boxes for the Login control.

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

public enum class LoginTextLayout

Member nameDescription
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.

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

.NET Framework
Available since 2.0
Return to top
Show: