ComponentOne Basic Library for UWP
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 Windows.UI.Xaml.Media.Brush
    public Windows.UI.Xaml.Media.Brush SelectionBackground {get; set;}
    See Also