Class PaintSparkPartEventArgs
Inheritance
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public abstract class PaintSparkPartEventArgs : CancelEventArgs
Constructors
PaintSparkPartEventArgs(Graphics, GraphicsPath, Object)
Initializes a new instance of the Paint
Declaration
public PaintSparkPartEventArgs(Graphics graphics, GraphicsPath path, object context)
Parameters
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
Context
Gets the object context in which the event will fire.
Declaration
public object Context { get; }
Property Value
System. The context. |
Graphics
Gets the Graphics object.
Declaration
public Graphics Graphics { get; }
Property Value
System. The Graphics object. |
Path
Gets the GraphicsPath object.
Declaration
public GraphicsPath Path { get; }
Property Value
System. The path object. |