共用方式為


ToolBarTray.Background 屬性

定義

取得或設定用於 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

屬性值

Brush

用於 ToolBarTray 背景色彩的筆刷。

範例

下列範例會 Background 使用 屬性來設定 的背景色彩 ToolBarTray 筆刷。

<ToolBarTray Background="White" IsLocked="True">

備註

相依性屬性資訊

識別碼欄位 BackgroundProperty
設定為 的中繼資料屬性 true AffectsRender, SubPropertiesDoNotAffectRender

適用於

另請參閱