Class PaintSparkStrokeEventArgs
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class PaintSparkStrokeEventArgs : PaintSparkPartEventArgs
Constructors
PaintSparkStrokeEventArgs(Pen, Graphics, GraphicsPath, Object)
Initializes a new instance of the PaintSparkStrokeEventArgs class.
Declaration
public PaintSparkStrokeEventArgs(Pen strokePen, Graphics graphics, GraphicsPath path, object context)
Parameters
System.Drawing.Pen
strokePen
The System.Drawing.Pen object used to paint the line. |
System.Drawing.Graphics
graphics
The System.Drawing.Graphics object used to do the actual painting. |
System.Drawing.Drawing2D.GraphicsPath
path
The System.Drawing.Drawing2D.GraphicsPath object forming a region of points which will be filled with color. |
System.Object
context
The context in which the painting will occur. The context can be the actual series, the annotations or the data points. |
Properties
StrokePen
Gets the pen object. It can be modified and e.g. the back color and width changed.
Declaration
public Pen StrokePen { get; }
Property Value
System.Drawing.Pen
The brush object. |