ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1NumericBox Class / FocusBrush Property

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