Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / GcSpreadSheet Class / SelectionBackground Property


In This Topic
    SelectionBackground Property
    In This Topic
    Gets or sets the background of selection.
    Syntax
    'Declaration
     
    <BindableAttribute(True)>
    <CategoryAttribute("Appearance")>
    Public Property SelectionBackground As Brush
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim value As Brush
     
    instance.SelectionBackground = value
     
    value = instance.SelectionBackground
    [Bindable(true)]
    [Category("Appearance")]
    public Brush SelectionBackground {get; set;}

    Property Value

    The System.Windows.Media.Brush object represents the background of selection range.
    See Also