BaseLayoutItem.Background Property
In This Article
Gets or sets the layout item’s background color.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
#Property Value
Type | Description |
---|---|
Brush | A Brush object, set as a Base |
#Remarks
The Background supports all types of brushes, such as SolidColorBrush, LinearGradientBrush etc. To learn more, see Painting with Solid Colors and Gradients Overview in MSDN.
See Also