Class Gridline

Class Gridline

Namespace: Aspose.Tasks.Visualization
Assembly: Aspose.Tasks.dll (25.4.0)

The horizontal or vertical line that appears in the project view.

public class Gridline

Inheritance

object Gridline

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

Color

GridlineType

Gets or sets the type of gridline (Aspose.Tasks.Visualization.Gridline.GridlineType).

public GridlineType GridlineType { get; set; }

Property Value

GridlineType

Pattern

Gets or sets the Aspose.Tasks.Visualization.LinePattern of a gridline.

public LinePattern Pattern { get; set; }

Property Value

LinePattern

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

bool

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

int

returns a hash code value for this object.

 English