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


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

    Field Value

    The identifier for the SelectionBrush dependency property.
    See Also