Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1ToggleButton Class / FocusBrush Property

In This Topic
    FocusBrush Property (C1ToggleButton)
    In This Topic
    Gets or sets the brush to highlight the element when the button is focused.
    Syntax
    'Declaration
     
    
    Public Property FocusBrush As Brush
    public Brush FocusBrush {get; set;}
    See Also