Skip to main content
All docs
V25.1
  • HamburgerSubMenuPreviewNavigationButton.RightForeground Property

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

    Namespace: DevExpress.Xpf.WindowsUI

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

    NuGet Package: DevExpress.Wpf.Controls

    Declaration

    public Brush RightForeground { get; set; }

    Property Value

    Type Description
    Brush

    A System.Windows.Media.Brush value.

    See Also