ComponentOne MultiSelect for UWP
C1.Xaml.Input Namespace / C1TagEditor Class / FocusBrush Property

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