class
GanttTaskState
This class represents the state of a task of a Gantt
Base class:
Implemented interfaces:
Derived types:
This type is not derived by any type in DocsMarshal.
Constructors
GanttTaskState (State state)
Properties
String BackgroundColor { get; set; }
String Description { get; set; }
String ExternalId { get; set; }
Int32 SortPriority { get; set; }
State State { get; set; }
String TextColor { get; set; }