Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / EditBase Class / CaretBrushProperty Field


In This Topic
    CaretBrushProperty Field
    In This Topic
    Indentifies the CaretBrush dependency property.
    Syntax
    'Declaration
     
    Public Shared ReadOnly CaretBrushProperty As DependencyProperty
    'Usage
     
    Dim value As DependencyProperty
     
    value = EditBase.CaretBrushProperty
    public static readonly DependencyProperty CaretBrushProperty

    Field Value

    The identifier for the CaretBrush dependency property.
    See Also