windowsforms-devexpress-dot-xtranavbar-dot-navbargroup-118d1c5c.md
Gets an object representing the brush used to fill the group client area.
Namespace : DevExpress.XtraNavBar
Assembly : DevExpress.XtraNavBar.v25.2.dll
NuGet Package : DevExpress.Win
[Browsable(false)]
public virtual Brush TextureBackgroundBrush { get; }
<Browsable(False)>
Public Overridable ReadOnly Property TextureBackgroundBrush As Brush
| Type | Description |
|---|---|
| Brush |
A System.Drawing.Brush descendant representing the brush used to fill the group’s client area.
|
If an image is used to fill the group’s background, a special brush object is created to perform the task. This object is returned by the TextureBackgroundBrush property. If no image is specified for group background, this property returns null ( Nothing in Visual Basic).
Group background image is specified by the NavBarControl.GroupBackgroundImage property. You can also use the NavBarGroup.BackgroundImage property to specify different background images for each group.
See Also