ASP.NET Pack Programmer's Guide
PasswordBox.LabelPosition Property
See Also
 





Gets or sets the caption alignment.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public TabAlignment LabelPosition { get; set; }

Visual Basic  Copy Code

Public Property LabelPosition As TabAlignment

 Property Value

Type: TabAlignment
One of the TabAlignment enumeration values that specifies the type of alignment, applied to the control's label. Default value is TabAlignment.Left.

 See Also

PasswordBox Members
PasswordBox Class
MindFusion.UI.WebForms Namespace