Back to Devexpress

HamburgerMenuNavigationButton<TOwner>.SelectionIndicatorBrush Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-internal-dot-hamburgermenunavigationbutton-1-362249f4.md

latest1.6 KB
Original Source

HamburgerMenuNavigationButton<TOwner>.SelectionIndicatorBrush Property

Specifies the brush used to paint the vertical bar that indicates the selected button. This is a dependency property.

Namespace : DevExpress.Xpf.WindowsUI.Internal

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

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

Property Value

TypeDescription
Brush

A System.Windows.Media.Brush value.

|

Remarks

The ShowSelectionIndicator property specifies whether to show the vertical bar to the left of the selected menu item.

See Also

HamburgerMenuNavigationButton<TOwner> Class

HamburgerMenuNavigationButton<TOwner> Members

DevExpress.Xpf.WindowsUI.Internal Namespace