Class GanttViewItemPaintEventArgs
Represents the event arguments of the ItemPaint event of RadGanttView.
Inheritance
System.Object
System.EventArgs
GanttViewItemPaintEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class GanttViewItemPaintEventArgs : EventArgs
Constructors
GanttViewItemPaintEventArgs(GanttGraphicalViewBaseItemElement, Graphics)
Initializes a new instance of the GanttViewItemPaintEventArgs class.
Declaration
public GanttViewItemPaintEventArgs(GanttGraphicalViewBaseItemElement element, Graphics graphics)
Parameters
GanttGraphicalViewBaseItemElement
element
The element. |
System.Drawing.Graphics
graphics
The graphics. |
Properties
Element
Gets the element which is painted.
Declaration
public GanttGraphicalViewBaseItemElement Element { get; }
Property Value
GanttGraphicalViewBaseItemElement
The element. |
Graphics
Gets the graphics object used for drawing.
Declaration
public Graphics Graphics { get; }
Property Value
System.Drawing.Graphics
The graphics. |