Class PdfGanttStyle
Represents class that provides content style configuration of the Gantt chart Pdf export.
Inheritance
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfGanttStyle : Object
Constructors
PdfGanttStyle()
Declaration
public PdfGanttStyle()
Properties
CellStyle
Gets or sets the style customization of the gantt cell content in the exported Gantt chart Pdf.
Declaration
public PdfElementStyle CellStyle { get; set; }
Property Value
Type | Description |
---|---|
PdfElementStyle | An instance of PdfElementStyle. |
Remarks
PdfElementStyle class represents the style for the gantt cell content, such as font, font color and other properties.
ConnectorLine
Gets or sets the connector line configuration in the Gantt chart Pdf export.
Declaration
public PdfBorder ConnectorLine { get; set; }
Property Value
Type | Description |
---|---|
PdfBorder | An instance of PdfBorder. |
Remarks
PdfBorder class provides the connector line configuration, such as line width, line style etc.
CriticalPathConnectorLine
Gets or sets the connector line configuration for critical path in the Gantt chart Pdf export.
Declaration
public PdfBorder CriticalPathConnectorLine { get; set; }
Property Value
Type | Description |
---|---|
PdfBorder | An instance of PdfBorder. |
Remarks
PdfBorder class provides the critical path connector line configuration, such as line width, line style etc.
EventMarkerStyle
Gets or sets the style customization of the event marker label in the exported Gantt chart Pdf.
Declaration
public PdfElementStyle EventMarkerStyle { get; set; }
Property Value
Type | Description |
---|---|
PdfElementStyle | An instance of PdfElementStyle. |
Remarks
PdfElementStyle class represents the style for event marker label, such as font, font color and other properties.
HeaderStyle
Gets or sets the style customization of the column header content in the exported Gantt chart Pdf.
Declaration
public PdfElementStyle HeaderStyle { get; set; }
Property Value
Type | Description |
---|---|
PdfElementStyle | An instance of PdfElementStyle. |
Remarks
PdfElementStyle class represents the style for the column header content, such as font, font color and other properties.
HolidayStyle
Gets or sets the style customization of the holiday in the exported Gantt chart Pdf.
Declaration
public PdfElementStyle HolidayStyle { get; set; }
Property Value
Type | Description |
---|---|
PdfElementStyle | An instance of PdfElementStyle. |
Remarks
PdfElementStyle class represents the style for holiday, such as font, font color and other properties.
LabelStyleSettings
Gets or sets the style customization of the labels in the exported Gantt chart Pdf.
Declaration
public PdfLabelSettings LabelStyleSettings { get; set; }
Property Value
Type | Description |
---|---|
PdfLabelSettings | An instance of PdfLabelSettings. |
Remarks
PdfLabelSettings class represents the style for labels, such as font, font color and other properties.
TaskbarColor
Gets or sets the taskbar color in the Gantt chart Pdf export.
Declaration
public PdfTaskbarColor TaskbarColor { get; set; }
Property Value
Type | Description |
---|---|
PdfTaskbarColor | An instance of PdfTaskbarColor. |
TimelineBottomTierStyle
Gets or sets the style customization of the bottom tier timeline content in the exported Gantt chart Pdf.
Declaration
public PdfElementStyle TimelineBottomTierStyle { get; set; }
Property Value
Type | Description |
---|---|
PdfElementStyle | An instance of PdfElementStyle. |
Remarks
PdfElementStyle class represents the style for the bottom tier timeline, such as font, font color and other properties.
TimelineTopTierStyle
Gets or sets the style customization of the top tier timeline content in the exported Gantt chart Pdf.
Declaration
public PdfElementStyle TimelineTopTierStyle { get; set; }
Property Value
Type | Description |
---|---|
PdfElementStyle | An instance of PdfElementStyle. |
Remarks
PdfElementStyle class represents the style for the top tier timeline, such as font, font color and other properties.