ChartNodeGetFillPaint Method |
Returns the "FillPaint" attribute value.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual Brush GetFillPaint()
Public Overridable Function GetFillPaint As Brush
public:
virtual Brush^ GetFillPaint()
abstract GetFillPaint : unit -> Brush
override GetFillPaint : unit -> Brush
Return Value
Type:
Brush
The value of the "FillPaint" attribute, if defined. Otherwise,
null is returned.
See Also