Sets the value of the "FillPaint" attribute.
Namespace:
Imsl.Chart2D
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual void SetFillPaint( Brush brush ) |
Visual Basic (Declaration) |
---|
Public Overridable Sub SetFillPaint ( _ brush As Brush _ ) |
Visual C++ |
---|
public: virtual void SetFillPaint( Brush^ brush ) |
Parameters
- brush
- Type: System.Drawing..::.Brush
A Brush which specifies the "FillPaint" attribute value.