FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / CellStyle Class / BorderBrush Property

In This Topic
    BorderBrush Property (CellStyle)
    In This Topic
    Gets or sets the System.Windows.Media.Brush used to render the cell borders.
    Syntax
    'Declaration
     
    Public Property BorderBrush As Brush
    public Brush BorderBrush {get; set;}
    See Also