Class PdfGanttCellStyle
Class that defines the PDF cell style details.
Inheritance
System.Object
PdfGanttCellStyle
Implements
System.IEquatable<PdfGanttCellStyle>
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfGanttCellStyle : Object, IEquatable<PdfGanttCellStyle>
Constructors
PdfGanttCellStyle()
Declaration
public PdfGanttCellStyle()
Properties
BackgroundColor
Defines the background color of the cell
Declaration
public object BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
BorderColor
Defines the border color of the cell
Declaration
public object BorderColor { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Borders
Defines the cell borders
Declaration
public object Borders { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
FontColor
Defines the font color
Declaration
public object FontColor { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
FontSize
Defines the font size
Declaration
public double FontSize { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
FontStyle
Defines the font style
Declaration
public object FontStyle { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Format
Defines the format of the cell value
Declaration
public object Format { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Padding
Defines the cell padding
Declaration
public object Padding { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Methods
Equals(PdfGanttCellStyle)
Returns boolean value by comparing pdfGanttCellStyle
Declaration
public bool Equals(PdfGanttCellStyle pdfGanttCellStyle)
Parameters
Type | Name | Description |
---|---|---|
PdfGanttCellStyle | pdfGanttCellStyle |
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<>