Back to Devexpress

BaseLayoutItem.Background Property

wpf-devexpress-dot-xpf-dot-docking-dot-baselayoutitem-2ea2e795.md

latest1.3 KB
Original Source

BaseLayoutItem.Background Property

Gets or sets the layout item’s background color.

Namespace : DevExpress.Xpf.Docking

Assembly : DevExpress.Xpf.Docking.v25.2.dll

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public Brush Background { get; set; }
vb
Public Property Background As Brush

Property Value

TypeDescription
Brush

A Brush object, set as a BaseLayoutItem‘s background color.

|

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

BaseLayoutItem Class

BaseLayoutItem Members

DevExpress.Xpf.Docking Namespace