Class
PaintSparkFillEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class PaintSparkFillEventArgs : PaintSparkPartEventArgs

Inheritance: objectEventArgsCancelEventArgsPaintSparkPartEventArgsPaintSparkFillEventArgs

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

Constructors

PaintSparkFillEventArgs(SolidBrush, Graphics, GraphicsPath, object)

Initializes a new instance of the PaintSparkFillEventArgs class.

Declaration

cs-api-definition
public PaintSparkFillEventArgs(SolidBrush fillBrush, Graphics graphics, GraphicsPath path, object context)

Parameters

fillBrush

SolidBrush

The SolidBrush object used to paint the fill color.

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

FillBrush

Gets the brush object. It can be modified and e.g. the back color changed.

Declaration

cs-api-definition
public SolidBrush FillBrush { get; }

Property Value

SolidBrush

The brush object.