InputPanel for UWP | ComponentOne
C1.UWP.InputPanel Assembly / C1.Xaml.InputPanel Namespace / C1DataPager Class / FocusBrush Property

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