WebControl.ControlStyle 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 Web 伺服器控制項的樣式。 這個屬性主要由控制項開發人員使用。
public:
property System::Web::UI::WebControls::Style ^ ControlStyle { System::Web::UI::WebControls::Style ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Web.UI.WebControls.Style ControlStyle { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ControlStyle : System.Web.UI.WebControls.Style
Public ReadOnly Property ControlStyle As Style
屬性值
Style,封裝 Web 伺服器控制項的外觀屬性。
- 屬性
備註
屬性 ControlStyle 會封裝 類別的所有屬性 WebControl ,以指定控制元件的外觀,例如 BorderColor 和 Font。