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

In This Topic
    BorderBrush Property
    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