Gantt Chart Control  1.3
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Braincase.GanttChart.TaskPaintEventArgs Class Reference

Provides data for TaskPaintEvent More...

Inherits Braincase.GanttChart.ChartPaintEventArgs.

Public Member Functions

 TaskPaintEventArgs (Graphics graphics, Rectangle clipRect, Chart chart, Task task, int row, bool critical, Font font, TaskFormat format)
 Initialize a new instance of TaskPaintEventArgs with the editable default font and task paint format More...
 
- Public Member Functions inherited from Braincase.GanttChart.ChartPaintEventArgs
 ChartPaintEventArgs (Graphics graphics, Rectangle clipRect, Chart chart)
 Initialize a new instance of ChartPaintEventArgs with the PaintEventArgs graphics and clip rectangle, and the chart itself. More...
 

Properties

Task Task [get, set]
 Get the task to be painted More...
 
RectangleF Rectangle [get]
 Get the rectangle bounds of the task More...
 
int Row [get, set]
 Get the row number of the task More...
 
Font Font [get, set]
 Get or set the font to be used to draw the task label More...
 
TaskFormat Format [get, set]
 Get or set the formatting of the task More...
 
bool IsCritical [get, set]
 Get whether the task is in a critical path More...
 
- Properties inherited from Braincase.GanttChart.ChartPaintEventArgs
Chart Chart [get, set]
 Get the chart that for this event More...
 

Detailed Description

Provides data for TaskPaintEvent

Constructor & Destructor Documentation

Braincase.GanttChart.TaskPaintEventArgs.TaskPaintEventArgs ( Graphics  graphics,
Rectangle  clipRect,
Chart  chart,
Task  task,
int  row,
bool  critical,
Font  font,
TaskFormat  format 
)

Initialize a new instance of TaskPaintEventArgs with the editable default font and task paint format

Property Documentation

Font Braincase.GanttChart.TaskPaintEventArgs.Font
getset

Get or set the font to be used to draw the task label

TaskFormat Braincase.GanttChart.TaskPaintEventArgs.Format
getset

Get or set the formatting of the task

bool Braincase.GanttChart.TaskPaintEventArgs.IsCritical
getset

Get whether the task is in a critical path

RectangleF Braincase.GanttChart.TaskPaintEventArgs.Rectangle
get

Get the rectangle bounds of the task

int Braincase.GanttChart.TaskPaintEventArgs.Row
getset

Get the row number of the task

Task Braincase.GanttChart.TaskPaintEventArgs.Task
getset

Get the task to be painted


The documentation for this class was generated from the following file: