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