ComponentOne InputPanel for WPF
C1.WPF.InputPanel.4.5.2 Assembly / C1.WPF.InputPanel Namespace / C1DataPager Class / FocusBrush Property

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