ToolBarTray::Background Property
.NET Framework (current version)
Gets or sets a brush to use for the background color of the ToolBarTray.
Assembly: PresentationFramework (in PresentationFramework.dll)
Property Value
Type: System.Windows.Media::Brush^A brush to use for the background color of the ToolBarTray.
The following example uses the Background property to set the brush for the background color of a ToolBarTray.
<ToolBarTray Background="White" IsLocked="True">
.NET Framework
Available since 3.0
Available since 3.0
Show: