RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox Namespace / C1RichTextBox Class / CaretBrush Property

In This Topic
    CaretBrush Property
    In This Topic
    Sets the brush of blinking cursor of the C1RichTextBox.
    Syntax
    'Declaration
     
    Public Property CaretBrush As Brush
    public Brush CaretBrush {get; set;}
    See Also