8 #include <system/object.h>
9 #include <drawing/color.h>
12 #include "aspose.tasks.cpp/aspose_tasks_api_defs.h"
18 namespace Visualization
20 enum class GridlineType;
21 enum class LinePattern;
30 namespace Visualization {
35 class ASPOSE_TASKS_SHARED_CLASS
Gridlines :
public System::Object
38 typedef System::Object BaseType;
40 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
41 ASPOSE_TASKS_SHARED_RTTI_INFO_DECL();
88 ASPOSE_TASKS_SHARED_API GridlineType
get_Type()
const;
92 ASPOSE_TASKS_SHARED_API
void set_Type(GridlineType value);
98 #ifdef ASPOSE_GET_SHARED_MEMBERS
99 ASPOSE_TASKS_SHARED_API
void GetSharedMembers(System::Object::shared_members_type& result)
const override;
106 System::Drawing::Color pr_IntervalColor;
107 LinePattern pr_IntervalPattern;
108 System::Drawing::Color pr_NormalColor;
109 LinePattern pr_NormalPattern;
110 GridlineType pr_Type;
Represents gridlines that appear in a GanttChart view.
Definition: Gridlines.h:36
void set_IntervalColor(System::Drawing::Color value)
Sets the color of secondary gridlines.
void set_Type(GridlineType value)
Sets the gridline type.
LinePattern get_IntervalPattern() const
Gets the line pattern for secondary gridlines.
void set_IntervalPattern(LinePattern value)
Sets the line pattern for secondary gridlines.
System::Drawing::Color get_NormalColor() const
Gets the color of normal gridlines.
GridlineType get_Type() const
Gets the gridline type.
LinePattern get_NormalPattern() const
Gets the line pattern for normal gridlines.
void set_NormalPattern(LinePattern value)
Sets the line pattern for normal gridlines.
void set_Interval(int32_t value)
Sets the number from 0 to 99 that specifies the interval between gridlines.
void set_NormalColor(System::Drawing::Color value)
Sets the color of normal gridlines.
System::Drawing::Color get_IntervalColor() const
Gets the color of secondary gridlines.
int32_t get_Interval() const
Gets the number from 0 to 99 that specifies the interval between gridlines.