Class PaintSparkFillEventArgs
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class PaintSparkFillEventArgs : PaintSparkPartEventArgs
Constructors
PaintSparkFillEventArgs(SolidBrush, Graphics, GraphicsPath, Object)
Initializes a new instance of the Paint
Declaration
public PaintSparkFillEventArgs(SolidBrush fillBrush, 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
FillBrush
Gets the brush object. It can be modified and e.g. the back color changed.
Declaration
public SolidBrush FillBrush { get; }
Property Value
System. The brush object. |