Class
PaintSparkStrokeEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class PaintSparkStrokeEventArgs : PaintSparkPartEventArgs

Inheritance: objectEventArgsCancelEventArgsPaintSparkPartEventArgsPaintSparkStrokeEventArgs

Inherited Members PaintSparkPartEventArgs.GraphicsPaintSparkPartEventArgs.PathPaintSparkPartEventArgs.ContextCancelEventArgs.CancelEventArgs.Empty

Constructors

PaintSparkStrokeEventArgs(Pen, Graphics, GraphicsPath, object)

Initializes a new instance of the PaintSparkStrokeEventArgs class.

Declaration

cs-api-definition
public PaintSparkStrokeEventArgs(Pen strokePen, Graphics graphics, GraphicsPath path, object context)

Parameters

strokePen

Pen

The Pen object used to paint the line.

graphics

Graphics

The Graphics object used to do the actual painting.

path

GraphicsPath

The GraphicsPath object forming a region of points which will be filled with color.

context

object

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

cs-api-definition
public Pen StrokePen { get; }

Property Value

Pen

The brush object.