Class IGanttStyle
Class that defines Gantt style details.
Inheritance
System.Object
IGanttStyle
Implements
System.IEquatable<IGanttStyle>
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public class IGanttStyle : Object, IEquatable<IGanttStyle>
Constructors
IGanttStyle()
Declaration
public IGanttStyle()
Properties
Cell
Defines the Cell value.
Declaration
public PdfGanttCellStyle Cell { get; set; }
Property Value
Type | Description |
---|---|
PdfGanttCellStyle |
ChartGridLineColor
Defines chart grid line color
Declaration
public object ChartGridLineColor { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
ColumnHeader
Defines column header.
Declaration
public PdfGanttCellStyle ColumnHeader { get; set; }
Property Value
Type | Description |
---|---|
PdfGanttCellStyle |
ConnectorLineColor
Defines the connector line color
Declaration
public object ConnectorLineColor { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
FontFamily
Defines the font family
Declaration
public object FontFamily { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Footer
Defines the footer value.
Declaration
public PdfGanttCellStyle Footer { get; set; }
Property Value
Type | Description |
---|---|
PdfGanttCellStyle |
Label
Defines the Gantt label
Declaration
public PdfGanttCellStyle Label { get; set; }
Property Value
Type | Description |
---|---|
PdfGanttCellStyle |
Taskbar
Defines the taskbar style
Declaration
public ITaskbarStyle Taskbar { get; set; }
Property Value
Type | Description |
---|---|
ITaskbarStyle |
Timeline
Defines the timeline
Declaration
public PdfGanttCellStyle Timeline { get; set; }
Property Value
Type | Description |
---|---|
PdfGanttCellStyle |
Methods
Equals(IGanttStyle)
Returns boolean value by comparing iGanttStyle
Declaration
public bool Equals(IGanttStyle iGanttStyle)
Parameters
Type | Name | Description |
---|---|---|
IGanttStyle | iGanttStyle |
Returns
Type | Description |
---|---|
System.Boolean |
Equals(Object)
Returns boolean value by comparing object
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type | Description |
---|---|
System.Boolean |
GetHashCode()
Returns hashcode for current object
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Implements
System.IEquatable<>