Skip to main content
A newer version of this page is available. .

CustomDrawTaskEventArgs Members

Provides data for the GanttControl.CustomDrawTask event.

Fields

Name Description
Empty static Provides a value to use with events that do not have event data. Inherited from EventArgs.

Properties

Name Description
Appearance Provides access to the task’s appearance settings.
Duration Gets the task duration.
FinishDate Gets the task finish date.
Info Provides access to view information about the task.
Node Gets the processed node.
Progress Gets the task progress.
StartDate Gets the task start date.
State Gets the object state: normal, hot tracked, pressed, disabled, or selected.

Methods

Name Description
DrawBaseline() Draws the baseline.
DrawBaseline(RectangleF) Draws the baseline in the specified bounds.
DrawInsideText() Draws the text inside the bar.
DrawLeftText() Draws the text to the left of the bar.
DrawLeftText(RectangleF) Draws the text to the left of the bar within the specified bounds.
DrawRightText() Draws the text to the right of the bar.
DrawRightText(RectangleF) Draws the text to the left of the bar within the specified bounds.
DrawShape() Draws the task shape: bar, summary bar, or milestone.
DrawShape(DateTime, DateTime) Draws the task shape (bar, summary bar, or milestone) with an interruption.
DrawShape(RectangleF, Single) Draws the task shape: bar, summary bar, or milestone.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetPosition(DateTime)
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also