ToolZone.LabelStyle 屬性

定義

取得標籤內容的樣式屬性,該標籤顯示在 ToolZone 控制項中的編輯控制項旁。 衍生的 ToolZone 控制項 (例如 CatalogZoneEditorZone) 會將樣式套用至標籤。

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

屬性值

Style,包含 ToolZone 中標籤的樣式屬性。

屬性

適用於

另請參閱