ToolZone.LabelStyle Property

Definition

Gets the style attributes for the contents of the labels that appear alongside the editing controls within a ToolZone control. The derived ToolZone controls, such as CatalogZone and EditorZone, apply the styles to the labels.

public:
 property System::Web::UI::WebControls::Style ^ LabelStyle { System::Web::UI::WebControls::Style ^ get(); };
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.WebControls.Style LabelStyle { get; }
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.LabelStyle : System.Web.UI.WebControls.Style
Public ReadOnly Property LabelStyle As Style

Property Value

A Style that contains style attributes for the labels within a ToolZone.

Attributes

Applies to

See also