Class PdfTaskbarColor
Represents class that provides template color configuration for the appearance of a Pdf taskbar.
Inheritance
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfTaskbarColor : Object
Constructors
PdfTaskbarColor()
Declaration
public PdfTaskbarColor()
Properties
BaselineColor
Gets or sets the color of the baseline in the Gantt chart Pdf export.
Declaration
public PdfColor BaselineColor { get; set; }
Property Value
Type | Description |
---|---|
Syncfusion.PdfExport.PdfColor | A Syncfusion.PdfExport.PdfColor representing the color of the baseline. |
Remarks
Use this property to customize the color of the baseline in the Gantt chart Pdf export.
ChildProgressColor
Gets or sets the color of the progress bar of child row.
Declaration
public PdfColor ChildProgressColor { get; set; }
Property Value
Type | Description |
---|---|
Syncfusion.PdfExport.PdfColor | A Syncfusion.PdfExport.PdfColor representing the color of the child progress bar. |
Remarks
Use this property to customize the color of the child task's progress bar in the Gantt chart Pdf export.
ChildTaskbarColor
Gets or sets the color of the taskbar of child row.
Declaration
public PdfColor ChildTaskbarColor { get; set; }
Property Value
Type | Description |
---|---|
Syncfusion.PdfExport.PdfColor | A Syncfusion.PdfExport.PdfColor representing the color of the child taskbar. |
Remarks
Use this property to customize the color of the child task bar in the Gantt chart Pdf export.
CriticalPathProgressColor
Gets or sets the color of the progress bar for critical path record.
Declaration
public PdfColor CriticalPathProgressColor { get; set; }
Property Value
Type | Description |
---|---|
Syncfusion.PdfExport.PdfColor | A Syncfusion.PdfExport.PdfColor representing the color of the critical path progress bar. |
Remarks
Use this property to customize the color of the critical path task's progress bar in the Gantt chart Pdf export.
CriticalPathTaskbarColor
Gets or sets the color of the critical path taskbar.
Declaration
public PdfColor CriticalPathTaskbarColor { get; set; }
Property Value
Type | Description |
---|---|
Syncfusion.PdfExport.PdfColor | A Syncfusion.PdfExport.PdfColor representing the color of the critical path taskbar. |
Remarks
Use this property to customize the color of the critical path task bar in the Gantt chart Pdf export.
ManualChildProgressColor
Gets or sets the color of the progress bar of manual child row.
Declaration
public PdfColor ManualChildProgressColor { get; set; }
Property Value
Type | Description |
---|---|
Syncfusion.PdfExport.PdfColor | A Syncfusion.PdfExport.PdfColor representing the color of the manual child progress bar. |
Remarks
Use this property to customize the color of the manual child task's progress bar in the Gantt chart Pdf export.
ManualChildTaskbarColor
Gets or sets the color of the manual child taskbar.
Declaration
public PdfColor ManualChildTaskbarColor { get; set; }
Property Value
Type | Description |
---|---|
Syncfusion.PdfExport.PdfColor | A Syncfusion.PdfExport.PdfColor representing the color of the manual child taskbar. |
Remarks
Use this property to customize the color of the manual child task bar in the Gantt chart Pdf export.
ManualParentProgressColor
Gets or sets the color of the progress bar of the manual parent row.
Declaration
public PdfColor ManualParentProgressColor { get; set; }
Property Value
Type | Description |
---|---|
Syncfusion.PdfExport.PdfColor | A Syncfusion.PdfExport.PdfColor representing the color of the manual parent progress bar. |
Remarks
Use this property to customize the color of the manual parent task's progress bar in the Gantt chart Pdf export.
ManualParentTaskbarColor
Gets or sets the color of the taskbar of the manual parent taskbar.
Declaration
public PdfColor ManualParentTaskbarColor { get; set; }
Property Value
Type | Description |
---|---|
Syncfusion.PdfExport.PdfColor | A Syncfusion.PdfExport.PdfColor representing the color of the manual parent taskbar. |
Remarks
Use this property to customize the color of the manual parent task bar in the Gantt chart Pdf export.
MilestoneColor
Gets or sets the color of milestones in the Gantt chart Pdf export.
Declaration
public PdfColor MilestoneColor { get; set; }
Property Value
Type | Description |
---|---|
Syncfusion.PdfExport.PdfColor | A Syncfusion.PdfExport.PdfColor representing the color of milestones. |
Remarks
Use this property to customize the color of the milestone in the Gantt chart Pdf export.
ParentProgressColor
Gets or sets the color of the progress bar of parent row.
Declaration
public PdfColor ParentProgressColor { get; set; }
Property Value
Type | Description |
---|---|
Syncfusion.PdfExport.PdfColor | A Syncfusion.PdfExport.PdfColor representing the color of the parent progress bar. |
Remarks
Use this property to customize the color of the parent task's progress bar in the Gantt chart Pdf export.
ParentTaskbarColor
Gets or sets the color of the parent taskbar.
Declaration
public PdfColor ParentTaskbarColor { get; set; }
Property Value
Type | Description |
---|---|
Syncfusion.PdfExport.PdfColor | A Syncfusion.PdfExport.PdfColor representing the color of the parent taskbar. |
Remarks
Use this property to customize the color of the parent task bar in the Gantt chart Pdf export.