Class Gridline
Namespace: Aspose.Tasks.Visualization
Assembly: Aspose.Tasks.dll (25.2.0)
The horizontal or vertical line that appears in the project view.
public class Gridline
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Gridline()
Initializes a new instance of the Aspose.Tasks.Visualization.Gridline class.
public Gridline()
Properties
Color
Gets or sets the Aspose.Tasks.Visualization.Gridline.Color of a gridline.
public Color Color { get; set; }
Property Value
GridlineType
Gets or sets the type of gridline (Aspose.Tasks.Visualization.Gridline.GridlineType).
public GridlineType GridlineType { get; set; }
Property Value
Pattern
Gets or sets the Aspose.Tasks.Visualization.LinePattern of a gridline.
public LinePattern Pattern { get; set; }
Property Value
Methods
Equals(object)
Returns a flag indicating whether this instance is equal to the specified object.
public override bool Equals(object obj)
Parameters
obj
object
the specified object to compare to this instance.
Returns
a flag indicating whether this instance is equal to the specified object.
GetHashCode()
Returns a hash code value for the instance of the Aspose.Tasks.Visualization.Gridline class.
public override int GetHashCode()
Returns
returns a hash code value for this object.