ChartNodeSetFillPaint Method (Brush) |
Sets the value of the "FillPaint" attribute.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual void SetFillPaint(
Brush brush
)
Public Overridable Sub SetFillPaint (
brush As Brush
)
public:
virtual void SetFillPaint(
Brush^ brush
)
abstract SetFillPaint :
brush : Brush -> unit
override SetFillPaint :
brush : Brush -> unit
Parameters
- brush
- Type: System.DrawingBrush
A Brush which specifies the "FillPaint" attribute value.
See Also