ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / CellStyle Class / BorderBrush Property

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