Class GanttViewPrintElementPaintEventArgs
Inheritance
System.Object
System.EventArgs
GanttViewPrintElementPaintEventArgs
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 GanttViewPrintElementPaintEventArgs : EventArgs
Constructors
GanttViewPrintElementPaintEventArgs(Graphics, RectangleF, GanttViewPrintElementContext, GanttViewPrintElement, Object)
Declaration
public GanttViewPrintElementPaintEventArgs(Graphics g, RectangleF rect, GanttViewPrintElementContext printContext, GanttViewPrintElement printElement, object dataContext)
Parameters
System.Drawing.Graphics
g
|
System.Drawing.RectangleF
rect
|
GanttViewPrintElementContext
printContext
|
GanttViewPrintElement
printElement
|
System.Object
dataContext
|
GanttViewPrintElementPaintEventArgs(Graphics, RectangleF, GanttViewPrintElementContext, GanttViewPrintElement, Object, String)
Declaration
public GanttViewPrintElementPaintEventArgs(Graphics g, RectangleF rect, GanttViewPrintElementContext printContext, GanttViewPrintElement printElement, object dataContext, string columnName)
Parameters
System.Drawing.Graphics
g
|
System.Drawing.RectangleF
rect
|
GanttViewPrintElementContext
printContext
|
GanttViewPrintElement
printElement
|
System.Object
dataContext
|
System.String
columnName
|
Properties
ColumnName
Declaration
public string ColumnName { get; }
Property Value
System.String
|
DataContext
Declaration
public object DataContext { get; }
Property Value
System.Object
|
Graphics
Declaration
public Graphics Graphics { get; }
Property Value
System.Drawing.Graphics
|
PrintContext
Declaration
public GanttViewPrintElementContext PrintContext { get; }
Property Value
GanttViewPrintElementContext
|
PrintElement
Rectangle
Declaration
public RectangleF Rectangle { get; }
Property Value
System.Drawing.RectangleF
|