Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / EditBase Class / CaretBrush Property


In This Topic
    CaretBrush Property
    In This Topic
    Gets or sets the brush that is used to paint the caret of the editor control. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property CaretBrush As Brush
    'Usage
     
    Dim instance As EditBase
    Dim value As Brush
     
    instance.CaretBrush = value
     
    value = instance.CaretBrush
    public Brush CaretBrush {get; set;}

    Property Value

    The System.Windows.Media.Brush that is used to paint the caret of the editor control.
    See Also