ZedGraph LogoZedGraph Class Library Documentation
Brush Property
NamespacesZedGraphFillBrush
The custom fill brush. This can be a SolidBrush, a LinearGradientBrush, or a TextureBrush. This property is only applicable if the Type property is set to Brush.
Declaration Syntax
C#Visual BasicVisual C++
public Brush Brush{ get; set;}
Public Property Brush As Brush
public:
property Brush^ Brush {
	Brush^ get ();
	void set (Brush^ value);
}

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621