FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / C1GridControl Class / SelectionAdornerBorderBrush Property

In This Topic
    SelectionAdornerBorderBrush Property (C1GridControl)
    In This Topic
    Gets or sets the System.Windows.Media.Brush of the selection adorner border.
    Syntax
    'Declaration
     
    Public Property SelectionAdornerBorderBrush As Brush
    public Brush SelectionAdornerBorderBrush {get; set;}
    See Also