Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1NumericBox Class / SelectionBackground Property

In This Topic
    SelectionBackground Property
    In This Topic
    Gets or sets the Windows.UI.Xaml.Media.Brush that fills the background of the selected text.
    Syntax
    'Declaration
     
    
    Public Property SelectionBackground As Brush
    public Brush SelectionBackground {get; set;}
    See Also