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

In This Topic
    SelectionBackground Property (C1NumericBox)
    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