Ribbon for WPF | ComponentOne
C1.WPF.Ribbon Namespace / RibbonGroup Class / FocusBrush Property

In This Topic
    FocusBrush Property (RibbonGroup)
    In This Topic
    Gets or sets the System.Windows.Media.Brush used to highlight the focused control.
    Syntax
    'Declaration
     
    
    Public Property FocusBrush As Brush
    public Brush FocusBrush {get; set;}
    See Also