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

In This Topic
    Selection Property (C1SelectionPainter)
    In This Topic
    Gets or sets the painted range.
    Syntax
    'Declaration
     
    
    Public Property Selection As C1TextRange
    public C1TextRange Selection {get; set;}
    See Also