Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcTextBox Class / GridLineBrush Property


In This Topic
    GridLineBrush Property
    In This Topic
    Gets or sets a System.Windows.Media.Brush used to paint the grid lines. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property GridLineBrush As Brush
    'Usage
     
    Dim instance As GcTextBox
    Dim value As Brush
     
    instance.GridLineBrush = value
     
    value = instance.GridLineBrush
    public Brush GridLineBrush {get; set;}

    Property Value

    A System.Windows.Media.Brush used to paint the grid lines.
    See Also