Class PdfTaskbar
Represents a class that provides the style configuration for the appearance of taskbar in the Gantt chart Pdf export.
Inherited Members
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfTaskbar
Constructors
PdfTaskbar()
Declaration
public PdfTaskbar()
Properties
Color
Gets or sets the taskbar color in the Gantt chart Pdf export.
Declaration
public PdfTaskbarColor Color { get; set; }
Property Value
| Type | Description |
|---|---|
| PdfTaskbarColor | An instance of PdfTaskbarColor. |
Remarks
PdfTaskbarColor class provides the color configuration for taskbar in Pdf export, such as child progress color, taskbar color, and etc..
Height
Gets the height of the taskbar in the Gantt chart Pdf export
Declaration
public float Height { get; }
Property Value
| Type | Description |
|---|---|
| float | The value represents the height of the taskbar in the exported Pdf. |
ProgressBarWidth
Gets the progress width of the taskbar in the Gantt chart Pdf export
Declaration
public float ProgressBarWidth { get; }
Property Value
| Type | Description |
|---|---|
| float | The value represents the progress width of the taskbar in the exported Pdf. |
Width
Gets the width of the taskbar in the Gantt chart Pdf export
Declaration
public float Width { get; }
Property Value
| Type | Description |
|---|---|
| float | The value represents the width of the taskbar in the exported Pdf. |