ClassPaintSparkFillEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class PaintSparkFillEventArgs : PaintSparkPartEventArgs
Inheritance: objectEventArgsCancelEventArgsPaintSparkPartEventArgsPaintSparkFillEventArgs
Inherited Members
Constructors
PaintSparkFillEventArgs(SolidBrush, Graphics, GraphicsPath, object)
Initializes a new instance of the PaintSparkFillEventArgs class.
Declaration
cs-api-definition
public PaintSparkFillEventArgs(SolidBrush fillBrush, Graphics graphics, GraphicsPath path, object context)
Parameters
fillBrush
The SolidBrush object used to paint the fill color.
graphics
The Graphics object used to do the actual painting.
path
The GraphicsPath object forming a region of points which will be filled with color.
context
The context in which the painting will occur. The context can be the actual series, the annotations or the data points.
Properties
FillBrush
Gets the brush object. It can be modified and e.g. the back color changed.
Declaration
cs-api-definition
public SolidBrush FillBrush { get; }
Property Value
The brush object.