RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox Namespace / C1SelectionPainter Class / Background Property

In This Topic
    Background Property (C1SelectionPainter)
    In This Topic
    Gets or sets the Windows.UI.Xaml.Media.Brush used when painting the selection.
    Syntax
    'Declaration
     
    Public Property Background As Brush
    public Brush Background {get; set;}
    See Also