Aspose.Tasks for C++
Aspose::Tasks::Visualization::Gridline Class Reference

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

#include <Gridline.h>

Inherits System::Object.

Public Member Functions

System::Drawing::Color get_Color () const
 Gets the Color of a gridline. More...
 
void set_Color (System::Drawing::Color value)
 Sets the Color of a gridline. More...
 
Aspose::Tasks::Visualization::GridlineType get_GridlineType () const
 Gets the type of gridline (GridlineType). More...
 
void set_GridlineType (Aspose::Tasks::Visualization::GridlineType value)
 Sets the type of gridline (GridlineType). More...
 
LinePattern get_Pattern () const
 Gets the LinePattern of a gridline. More...
 
void set_Pattern (LinePattern value)
 Sets the LinePattern of a gridline. More...
 
 Gridline ()
 Initializes a new instance of the Gridline class. More...
 
bool Equals (System::SharedPtr< System::Object > obj) override
 Returns a flag indicating whether this instance is equal to the specified object. More...
 
int32_t GetHashCode () const override
 Returns a hash code value for the instance of the Gridline class. More...
 

Detailed Description

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

Constructor & Destructor Documentation

◆ Gridline()

Aspose::Tasks::Visualization::Gridline::Gridline ( )

Initializes a new instance of the Gridline class.

Member Function Documentation

◆ Equals()

bool Aspose::Tasks::Visualization::Gridline::Equals ( System::SharedPtr< System::Object >  obj)
override

Returns a flag indicating whether this instance is equal to the specified object.

Parameters
objthe specified object to compare to this instance.
Returns
a flag indicating whether this instance is equal to the specified object.

◆ get_Color()

System::Drawing::Color Aspose::Tasks::Visualization::Gridline::get_Color ( ) const

Gets the Color of a gridline.

◆ get_GridlineType()

Aspose::Tasks::Visualization::GridlineType Aspose::Tasks::Visualization::Gridline::get_GridlineType ( ) const

Gets the type of gridline (GridlineType).

◆ get_Pattern()

LinePattern Aspose::Tasks::Visualization::Gridline::get_Pattern ( ) const

Gets the LinePattern of a gridline.

◆ GetHashCode()

int32_t Aspose::Tasks::Visualization::Gridline::GetHashCode ( ) const
override

Returns a hash code value for the instance of the Gridline class.

Returns
returns a hash code value for this object.

◆ set_Color()

void Aspose::Tasks::Visualization::Gridline::set_Color ( System::Drawing::Color  value)

Sets the Color of a gridline.

◆ set_GridlineType()

void Aspose::Tasks::Visualization::Gridline::set_GridlineType ( Aspose::Tasks::Visualization::GridlineType  value)

Sets the type of gridline (GridlineType).

◆ set_Pattern()

void Aspose::Tasks::Visualization::Gridline::set_Pattern ( LinePattern  value)

Sets the LinePattern of a gridline.