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