ToolBarTray.Background 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定用於 ToolBarTray 背景色彩的筆刷。
public:
property System::Windows::Media::Brush ^ Background { System::Windows::Media::Brush ^ get(); void set(System::Windows::Media::Brush ^ value); };
public System.Windows.Media.Brush Background { get; set; }
member this.Background : System.Windows.Media.Brush with get, set
Public Property Background As Brush
屬性值
用於 ToolBarTray 背景色彩的筆刷。
範例
下列範例會 Background 使用 屬性來設定 的背景色彩 ToolBarTray 筆刷。
<ToolBarTray Background="White" IsLocked="True">
備註
相依性屬性資訊
識別碼欄位 | BackgroundProperty |
設定為 的中繼資料屬性 true |
AffectsRender, SubPropertiesDoNotAffectRender |