ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1TextEditableContentControl Class / CaretBrush Property

In This Topic
    CaretBrush Property (C1TextEditableContentControl)
    In This Topic
    Gets or sets the System.Windows.Media.Brush of the blinking cursor of an input control.
    Syntax
    'Declaration
     
    
    Public Property CaretBrush As Brush
    public Brush CaretBrush {get; set;}
    See Also