Gets a reference to a System.Web.UI.WebControls.TableItemStyle object that defines the settings for System.Web.UI.WebControls.Login control labels.
Documentation for this section has not yet been entered.
The Login.LabelStyle property defines the appearance of text box labels in the System.Web.UI.WebControls.Login control. This property is read-only; however, you can set the properties of the System.Web.UI.WebControls.TableItemStyle object it returns. You can set these properties declaratively in the form Property-Subproperty, where Subproperty represents a property of the System.Web.UI.WebControls.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 Login.LabelStyle property defines the appearance of the following properties:
The style settings for the Login.LabelStyle property are merged with the style settings for the System.Web.UI.WebControls.Login control. Any settings made in the Login.LabelStyle property override the corresponding settings in properties of the System.Web.UI.WebControls.Login control.
The following System.Web.UI.WebControls.Login style properties are overridden by Login.LabelStyle settings:
When you use templates to define the appearance of the System.Web.UI.WebControls.Login control, the Login.LabelStyle property has no effect.