TdxGanttControlTask.Color Property
Specifies the task’s color.
Declaration
property Color: TColor read; write;
Property Value
Type |
---|
TColor |
Remarks
Use this property to color a task and the dependency that links it to the next task.
You can handle the following events to respond to a color change of a task or its dependency:
The Color
property’s default value is clDefault
.
See Also