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

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