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


In This Topic
    SelectionBrush Property
    In This Topic
    Gets or sets the brush that highlights the selected text. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property SelectionBrush As Brush
    'Usage
     
    Dim instance As EditBase
    Dim value As Brush
     
    instance.SelectionBrush = value
     
    value = instance.SelectionBrush
    public Brush SelectionBrush {get; set;}

    Property Value

    The System.Windows.Media.Brush that highlights the selected text.
    Remarks
    See Also