Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / C1Expander Class / FocusBrush Property

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