ConnectionsZone.PartChromeType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定架構 ConnectionsZone 控制項中所包含之伺服器控制項的框線類型。
public:
virtual property System::Web::UI::WebControls::WebParts::PartChromeType PartChromeType { System::Web::UI::WebControls::WebParts::PartChromeType get(); void set(System::Web::UI::WebControls::WebParts::PartChromeType value); };
[System.ComponentModel.Browsable(false)]
[System.Web.UI.Themeable(false)]
public override System.Web.UI.WebControls.WebParts.PartChromeType PartChromeType { get; set; }
[<System.ComponentModel.Browsable(false)>]
[<System.Web.UI.Themeable(false)>]
member this.PartChromeType : System.Web.UI.WebControls.WebParts.PartChromeType with get, set
Public Overrides Property PartChromeType As PartChromeType
屬性值
PartChromeType,決定架構連接區域中所包含之控制項的框線類型。
- 屬性
備註
這個屬性無法由佈景主題或樣式表主題設定。 如需詳細資訊,請參閱 ThemeableAttribute 和 ASP.NET 主題和外觀。