MultiSelect for WPF | ComponentOne
C1.WPF.Input Namespace / C1TagEditor Class / FocusBrush Property

In This Topic
    FocusBrush Property
    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