|
Aspose.Tasks for C++
|
The horizontal or vertical line that appears in the project view. More...
#include <Gridline.h>
Inherits 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... | |
The horizontal or vertical line that appears in the project view.
| Aspose::Tasks::Visualization::Gridline::Gridline | ( | ) |
Initializes a new instance of the Gridline class.
|
override |
Returns a flag indicating whether this instance is equal to the specified object.
| obj | the specified object to compare to this instance. |
| System::Drawing::Color Aspose::Tasks::Visualization::Gridline::get_Color | ( | ) | const |
Gets the Color of a gridline.
| Aspose::Tasks::Visualization::GridlineType Aspose::Tasks::Visualization::Gridline::get_GridlineType | ( | ) | const |
Gets the type of gridline (GridlineType).
| LinePattern Aspose::Tasks::Visualization::Gridline::get_Pattern | ( | ) | const |
Gets the LinePattern of a gridline.
|
override |
Returns a hash code value for the instance of the Gridline class.
| void Aspose::Tasks::Visualization::Gridline::set_Color | ( | System::Drawing::Color | value | ) |
Sets the Color of a gridline.
| void Aspose::Tasks::Visualization::Gridline::set_GridlineType | ( | Aspose::Tasks::Visualization::GridlineType | value | ) |
Sets the type of gridline (GridlineType).
| void Aspose::Tasks::Visualization::Gridline::set_Pattern | ( | LinePattern | value | ) |
Sets the LinePattern of a gridline.