Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class PaintSparkStrokeEventArgs : PaintSparkPartEventArgs
Inheritance: objectEventArgsCancelEventArgsPaintSparkPartEventArgsPaintSparkStrokeEventArgs
Inherited Members
Constructors
Initializes a new instance of the PaintSparkStrokeEventArgs class.
C#
public PaintSparkStrokeEventArgs(Pen strokePen, Graphics graphics, GraphicsPath path, object context)
The Pen object used to paint the line.
graphicsGraphicsThe Graphics object used to do the actual painting.
pathGraphicsPathThe GraphicsPath object forming a region of points which will be filled with color.
contextobjectThe context in which the painting will occur. The context can be the actual series, the annotations or the data points.