Back to Devexpress

NavBarControl.GroupTextureBackgroundBrush Property

windowsforms-devexpress-dot-xtranavbar-dot-navbarcontrol-e66824fb.md

latest1.9 KB
Original Source

NavBarControl.GroupTextureBackgroundBrush Property

Gets an object representing the brush used to fill a group’s background.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[Browsable(false)]
public virtual Brush GroupTextureBackgroundBrush { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property GroupTextureBackgroundBrush As Brush

Property Value

TypeDescription
Brush

A System.Drawing.Brush descendant representing the brush used to fill a group’s background.

|

Remarks

If an image is used to fill a group’s background, a special brush object is created to perform the task. This object is returned by the GroupTextureBackgroundBrush property. If no image is specified for a group’s background, this property returns null ( Nothing in Visual Basic).

A group’s background image is specified by the NavBarControl.GroupBackgroundImage property.

See Also

GroupBackgroundImage

BackgroundImage

NavBarControl Class

NavBarControl Members

DevExpress.XtraNavBar Namespace