[]
Gets or sets the brush that is used to paint the caret of the editor control. This is a dependency property.
public Brush CaretBrush { get; set; }
Public Property CaretBrush As Brush
Type | Description |
---|---|
Brush | The Brush that is used to paint the caret of the editor control. |