In This Topic
Gets or sets the
System.Windows.Media.Brush used to fill the major grid.
Syntax
'Declaration
Public Property MajorGridFill As Brush
'Usage
Dim instance As Axis
Dim value As Brush
instance.MajorGridFill = value
value = instance.MajorGridFill
public Brush MajorGridFill {get; set;}
See Also