Class PdfQueryTimelineCellInfoEventArgs
Provides information about the PdfQueryTimelineCellInfo event.
Inheritance
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfQueryTimelineCellInfoEventArgs : Object
Constructors
PdfQueryTimelineCellInfoEventArgs()
Declaration
public PdfQueryTimelineCellInfoEventArgs()
Properties
ElementStyle
Gets or sets style for the timeline cell in the Gantt chart Pdf export
Declaration
public PdfElementStyle ElementStyle { get; set; }
Property Value
Type | Description |
---|---|
PdfElementStyle | An instance of PdfElementStyle. |
Remarks
An PdfElementStyle class represents timeline cell styles details such as font, cell padding, and background color etc..
Height
Gets the height for the timeline cell in the Gantt chart Pdf export
Declaration
public float Height { get; }
Property Value
Type | Description |
---|---|
System.Single | The value represents the height of the timeline cell in the exported Pdf. |
Value
Gets or sets the value of the timeline cell in the exported Pdf.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String | An string representing the value of the timeline cell in the Gantt chart Pdf export. |
Remarks
The value specifies the actual timeline cell value to be displayed.
Width
Gets the width for the timeline cell in the Gantt chart Pdf export
Declaration
public float Width { get; }
Property Value
Type | Description |
---|---|
System.Single | The value represents the width of the timeline cell in the exported Pdf. |