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

In This Topic
    PaintSelection Property (C1SelectionPainter)
    In This Topic
    Gets or sets whether a rectangle is painted when Selection is not empty.
    Syntax
    'Declaration
     
    
    Public Property PaintSelection As Boolean
    public bool PaintSelection {get; set;}
    See Also