Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcListBox Class / VerticalGridLineBrush Property


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

    Property Value

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