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

Change the visual style of the bar for the item in the project view. More...

#include <BarStyle.h>

Inherits System::Object.

Public Member Functions

System::Drawing::Color get_BarColor () const
 Gets Color of the bar style. More...
 
void set_BarColor (System::Drawing::Color value)
 Sets Color of the bar style. More...
 
System::Drawing::Color get_StartShapeColor () const
 Gets Color of the shape at the beginning of the bar. More...
 
void set_StartShapeColor (System::Drawing::Color value)
 Sets Color of the shape at the beginning of the bar. More...
 
System::Drawing::Color get_EndShapeColor () const
 Gets Color of the shape at the end of the bar. More...
 
void set_EndShapeColor (System::Drawing::Color value)
 Sets Color of the shape at the end of the bar. More...
 
BarItemType get_ItemType () const
 Gets BarItemType of the bar style. More...
 
void set_ItemType (BarItemType value)
 Sets BarItemType of the bar style. More...
 
Aspose::Tasks::Visualization::BarShape get_BarShape () const
 Gets BarShape of the bar style. More...
 
void set_BarShape (Aspose::Tasks::Visualization::BarShape value)
 Sets BarShape of the bar style. More...
 
Shape get_StartShape () const
 Gets Shape at the beginning of the bar. More...
 
void set_StartShape (Shape value)
 Sets Shape at the beginning of the bar. More...
 
Shape get_EndShape () const
 Gets Shape at the end of the bar. More...
 
void set_EndShape (Shape value)
 Sets Shape at the end of the bar. More...
 
const System::SharedPtr< Aspose::Tasks::Visualization::TextStyle > & get_TextStyle () const
 Gets style of the bar's text. More...
 
void set_TextStyle (const System::SharedPtr< Aspose::Tasks::Visualization::TextStyle > &value)
 Sets style of the bar's text. More...
 
TaskBarTextConverter get_LeftBarTextConverter () const
 Gets user-defined converter to get text to render on the left of the task's bar. Overrides the value of LeftField property. More...
 
void set_LeftBarTextConverter (TaskBarTextConverter value)
 Sets user-defined converter to get text to render on the left of the task's bar. Overrides the value of LeftField property. More...
 
TaskBarTextConverter get_TopBarTextConverter () const
 Gets user-defined converter to get text to render on the top of the task's bar. Overrides the value of TopField property. More...
 
void set_TopBarTextConverter (TaskBarTextConverter value)
 Sets user-defined converter to get text to render on the top of the task's bar. Overrides the value of TopField property. More...
 
TaskBarTextConverter get_RightBarTextConverter () const
 Gets user-defined converter to get text to render on the right of the task's bar. Overrides the value of RightField property. More...
 
void set_RightBarTextConverter (TaskBarTextConverter value)
 Sets user-defined converter to get text to render on the right of the task's bar. Overrides the value of RightField property. More...
 
TaskBarTextConverter get_BottomBarTextConverter () const
 Gets user-defined converter to get text to render on the bottom of the task's bar. Overrides the value of BottomField property. More...
 
void set_BottomBarTextConverter (TaskBarTextConverter value)
 Sets user-defined converter to get text to render on the bottom of the task's bar. Overrides the value of BottomField property. More...
 
TaskBarTextConverter get_InsideBarTextConverter () const
 Gets user-defined converter to get text to render inside of the task's bar. Overrides the value of InsideField property. More...
 
void set_InsideBarTextConverter (TaskBarTextConverter value)
 Sets user-defined converter to get text to render inside of the task's bar. Overrides the value of InsideField property. More...
 
Field get_LeftField () const
 Gets a field to be displayed on the left of the bar. More...
 
void set_LeftField (Field value)
 Sets a field to be displayed on the left of the bar. More...
 
Field get_TopField () const
 Gets a field to be displayed on the top of the bar. More...
 
void set_TopField (Field value)
 Sets a field to be displayed on the top of the bar. More...
 
Field get_RightField () const
 Gets a field to be displayed on the right of the bar. More...
 
void set_RightField (Field value)
 Sets a field to be displayed on the right of the bar. More...
 
Field get_BottomField () const
 Gets a field to be displayed on the bottom of the bar. More...
 
void set_BottomField (Field value)
 Sets a field to be displayed on the bottom of the bar. More...
 
Field get_InsideField () const
 Gets a field to be displayed inside of the bar. More...
 
void set_InsideField (Field value)
 Sets a field to be displayed inside of the bar. More...
 
 BarStyle ()
 Initializes a new instance of the BarStyle class. More...
 

Detailed Description

Change the visual style of the bar for the item in the project view.

Constructor & Destructor Documentation

◆ BarStyle()

Aspose::Tasks::Visualization::BarStyle::BarStyle ( )

Initializes a new instance of the BarStyle class.

Member Function Documentation

◆ get_BarColor()

System::Drawing::Color Aspose::Tasks::Visualization::BarStyle::get_BarColor ( ) const

Gets Color of the bar style.

◆ get_BarShape()

Aspose::Tasks::Visualization::BarShape Aspose::Tasks::Visualization::BarStyle::get_BarShape ( ) const

Gets BarShape of the bar style.

◆ get_BottomBarTextConverter()

TaskBarTextConverter Aspose::Tasks::Visualization::BarStyle::get_BottomBarTextConverter ( ) const

Gets user-defined converter to get text to render on the bottom of the task's bar. Overrides the value of BottomField property.

◆ get_BottomField()

Field Aspose::Tasks::Visualization::BarStyle::get_BottomField ( ) const

Gets a field to be displayed on the bottom of the bar.

◆ get_EndShape()

Shape Aspose::Tasks::Visualization::BarStyle::get_EndShape ( ) const

Gets Shape at the end of the bar.

◆ get_EndShapeColor()

System::Drawing::Color Aspose::Tasks::Visualization::BarStyle::get_EndShapeColor ( ) const

Gets Color of the shape at the end of the bar.

◆ get_InsideBarTextConverter()

TaskBarTextConverter Aspose::Tasks::Visualization::BarStyle::get_InsideBarTextConverter ( ) const

Gets user-defined converter to get text to render inside of the task's bar. Overrides the value of InsideField property.

◆ get_InsideField()

Field Aspose::Tasks::Visualization::BarStyle::get_InsideField ( ) const

Gets a field to be displayed inside of the bar.

◆ get_ItemType()

BarItemType Aspose::Tasks::Visualization::BarStyle::get_ItemType ( ) const

Gets BarItemType of the bar style.

◆ get_LeftBarTextConverter()

TaskBarTextConverter Aspose::Tasks::Visualization::BarStyle::get_LeftBarTextConverter ( ) const

Gets user-defined converter to get text to render on the left of the task's bar. Overrides the value of LeftField property.

◆ get_LeftField()

Field Aspose::Tasks::Visualization::BarStyle::get_LeftField ( ) const

Gets a field to be displayed on the left of the bar.

◆ get_RightBarTextConverter()

TaskBarTextConverter Aspose::Tasks::Visualization::BarStyle::get_RightBarTextConverter ( ) const

Gets user-defined converter to get text to render on the right of the task's bar. Overrides the value of RightField property.

◆ get_RightField()

Field Aspose::Tasks::Visualization::BarStyle::get_RightField ( ) const

Gets a field to be displayed on the right of the bar.

◆ get_StartShape()

Shape Aspose::Tasks::Visualization::BarStyle::get_StartShape ( ) const

Gets Shape at the beginning of the bar.

◆ get_StartShapeColor()

System::Drawing::Color Aspose::Tasks::Visualization::BarStyle::get_StartShapeColor ( ) const

Gets Color of the shape at the beginning of the bar.

◆ get_TextStyle()

const System::SharedPtr<Aspose::Tasks::Visualization::TextStyle>& Aspose::Tasks::Visualization::BarStyle::get_TextStyle ( ) const

Gets style of the bar's text.

◆ get_TopBarTextConverter()

TaskBarTextConverter Aspose::Tasks::Visualization::BarStyle::get_TopBarTextConverter ( ) const

Gets user-defined converter to get text to render on the top of the task's bar. Overrides the value of TopField property.

◆ get_TopField()

Field Aspose::Tasks::Visualization::BarStyle::get_TopField ( ) const

Gets a field to be displayed on the top of the bar.

◆ set_BarColor()

void Aspose::Tasks::Visualization::BarStyle::set_BarColor ( System::Drawing::Color  value)

Sets Color of the bar style.

◆ set_BarShape()

void Aspose::Tasks::Visualization::BarStyle::set_BarShape ( Aspose::Tasks::Visualization::BarShape  value)

Sets BarShape of the bar style.

◆ set_BottomBarTextConverter()

void Aspose::Tasks::Visualization::BarStyle::set_BottomBarTextConverter ( TaskBarTextConverter  value)

Sets user-defined converter to get text to render on the bottom of the task's bar. Overrides the value of BottomField property.

◆ set_BottomField()

void Aspose::Tasks::Visualization::BarStyle::set_BottomField ( Field  value)

Sets a field to be displayed on the bottom of the bar.

◆ set_EndShape()

void Aspose::Tasks::Visualization::BarStyle::set_EndShape ( Shape  value)

Sets Shape at the end of the bar.

◆ set_EndShapeColor()

void Aspose::Tasks::Visualization::BarStyle::set_EndShapeColor ( System::Drawing::Color  value)

Sets Color of the shape at the end of the bar.

◆ set_InsideBarTextConverter()

void Aspose::Tasks::Visualization::BarStyle::set_InsideBarTextConverter ( TaskBarTextConverter  value)

Sets user-defined converter to get text to render inside of the task's bar. Overrides the value of InsideField property.

◆ set_InsideField()

void Aspose::Tasks::Visualization::BarStyle::set_InsideField ( Field  value)

Sets a field to be displayed inside of the bar.

◆ set_ItemType()

void Aspose::Tasks::Visualization::BarStyle::set_ItemType ( BarItemType  value)

Sets BarItemType of the bar style.

◆ set_LeftBarTextConverter()

void Aspose::Tasks::Visualization::BarStyle::set_LeftBarTextConverter ( TaskBarTextConverter  value)

Sets user-defined converter to get text to render on the left of the task's bar. Overrides the value of LeftField property.

◆ set_LeftField()

void Aspose::Tasks::Visualization::BarStyle::set_LeftField ( Field  value)

Sets a field to be displayed on the left of the bar.

◆ set_RightBarTextConverter()

void Aspose::Tasks::Visualization::BarStyle::set_RightBarTextConverter ( TaskBarTextConverter  value)

Sets user-defined converter to get text to render on the right of the task's bar. Overrides the value of RightField property.

◆ set_RightField()

void Aspose::Tasks::Visualization::BarStyle::set_RightField ( Field  value)

Sets a field to be displayed on the right of the bar.

◆ set_StartShape()

void Aspose::Tasks::Visualization::BarStyle::set_StartShape ( Shape  value)

Sets Shape at the beginning of the bar.

◆ set_StartShapeColor()

void Aspose::Tasks::Visualization::BarStyle::set_StartShapeColor ( System::Drawing::Color  value)

Sets Color of the shape at the beginning of the bar.

◆ set_TextStyle()

void Aspose::Tasks::Visualization::BarStyle::set_TextStyle ( const System::SharedPtr< Aspose::Tasks::Visualization::TextStyle > &  value)

Sets style of the bar's text.

◆ set_TopBarTextConverter()

void Aspose::Tasks::Visualization::BarStyle::set_TopBarTextConverter ( TaskBarTextConverter  value)

Sets user-defined converter to get text to render on the top of the task's bar. Overrides the value of TopField property.

◆ set_TopField()

void Aspose::Tasks::Visualization::BarStyle::set_TopField ( Field  value)

Sets a field to be displayed on the top of the bar.