Enum GanttPdfTheme
Specifies the theme for a Gantt chart PDF export.
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum GanttPdfTheme
Fields
| Name | Description |
|---|---|
| Bootstrap | The Bootstrap theme. This theme applies a responsive, mobile-first design to the Gantt chart in the Pdf export. |
| Bootstrap4 | The Bootstrap4 theme. This theme applies a design with more features and functionalities to the Gantt chart in the Pdf export. |
| Fabric | The Fabric theme. This theme applies a simple and clean design to the Gantt chart in the Pdf export. |
| Fluent | The Fluent theme. This theme applies a modern, clean design to the Gantt chart in the Pdf export. |
| Material3 | The Material3 theme. This theme applies a design that uses grid-based layouts, responsive animations and transitions to the Gantt chart in the Pdf export. |