Login.LabelStyle Property
Gets a reference to a TableItemStyle object that defines the settings for Login control labels.
Assembly: System.Web (in System.Web.dll)
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>] member LabelStyle : TableItemStyle with get
Property Value
Type: System.Web.UI.WebControls.TableItemStyleA reference to the TableItemStyle that defines the style settings of the Login control labels.
The LabelStyle property defines the appearance of text box labels in the Login control. This property is read-only; however, you can set the properties of the TableItemStyle object it returns. You can set these properties declaratively in the form Property-Subproperty, where Subproperty represents a property of the TableItemStyle class (for example, LabelStyle-ForeColor). You can set the property programmatically in the form Property.Subproperty (for example, LableStyle.ForeColor).
Common settings include custom background color, text color, and font properties. The LabelStyle property defines the appearance of the following properties:
The style settings for the LabelStyle property are merged with the style settings for the Login control. Any settings made in the LabelStyle property override the corresponding settings in properties of the Login control.
The following Login style properties are overridden by LabelStyle settings:
When you use templates to define the appearance of the Login control, the LabelStyle property has no effect.
The following code example sets the text box labels to blue italic text by setting properties of the TableItemStyle object referenced by the LabelStyle property.
Available since 2.0