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 PaintSparkFillEventArgs class.
Declaration
public PaintSparkFillEventArgs(SolidBrush fillBrush, Graphics graphics, GraphicsPath path, object context)
  Parameters
| 
        System.Drawing.SolidBrush
        fillBrush
         The System.Drawing.SolidBrush object used to paint the fill color.  | 
    
| 
        System.Drawing.Graphics
        graphics
         The System.Drawing.Graphics object used to do the actual painting.  | 
    
| 
        System.Drawing.Drawing2D.GraphicsPath
        path
         The System.Drawing.Drawing2D.GraphicsPath object forming a region of points which will be filled with color.  | 
    
| 
        System.Object
        context
         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.Drawing.SolidBrush
         The brush object.  |