Class PageDetail
Class that defines the Page details.
Inheritance
System.Object
PageDetail
Implements
System.IEquatable<PageDetail>
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public class PageDetail : Object, IEquatable<PageDetail>
Constructors
PageDetail()
Declaration
public PageDetail()
Properties
Height
Defines page height on export
Declaration
public double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PageStartX
Defines page startX value
Declaration
public double PageStartX { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
StartPoint
Defines start point on export
Declaration
public object StartPoint { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Width
Defines Gantt width
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Equals(PageDetail)
Returns boolean value by comparing pageDetail
Declaration
public bool Equals(PageDetail pageDetail)
Parameters
Type | Name | Description |
---|---|---|
PageDetail | pageDetail |
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<>