Skip to main content
A newer version of this page is available. .

HamburgerMenuNavigationButton<TOwner>.RightForeground Property

Specifies the brush used to paint the foreground of the additional content. This is a dependency property.

Namespace: DevExpress.Xpf.WindowsUI.Internal

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public Brush RightForeground { get; set; }

Property Value

Type Description
Brush

A System.Windows.Media.Brush value.

See Also