RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1RichTextBox Class / SelectionBackground Property

In This Topic
    SelectionBackground Property (C1RichTextBox)
    In This Topic
    Gets or sets the brush used to fill the background of the selected text.
    Syntax
    'Declaration
     
    
    Public Property SelectionBackground As Brush
    public Brush SelectionBackground {get; set;}
    See Also