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 Paint
Declaration
public PaintSparkStrokeEventArgs(Pen strokePen, Graphics graphics, GraphicsPath path, object context)
Parameters
System. The System. |
System. The System. |
System. The System. |
System. 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. The brush object. |