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

In This Topic
    PaintCaret Property
    In This Topic
    Gets or sets whether a caret is painted when Selection is empty.
    Syntax
    'Declaration
     
    Public Property PaintCaret As Boolean
    public bool PaintCaret {get; set;}
    See Also