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

In This Topic
    CaretBrush Property (C1RichTextBox)
    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