BarStyle

BarStyle class

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

Constructors

NameDescription
BarStyleInitializes a new instance of the BarStyle class.

Methods

NameDescription
get_BarColorGets Color of the bar style.
get_BarShapeGets BarShape of the bar style.
get_BottomBarTextConverterGets user-defined converter to get text to render on the bottom of the task’s bar. Overrides the value of BottomField property.
get_BottomFieldGets a field to be displayed on the bottom of the bar.
get_EndShapeGets Shape at the end of the bar.
get_EndShapeColorGets Color of the shape at the end of the bar.
get_EndShapeTypeGets a type of the end shape. GanttBarType .
get_FromGets a start point position of the gantt bar. Field .
get_InsideBarTextConverterGets user-defined converter to get text to render inside of the task’s bar. Overrides the value of InsideField property.
get_InsideFieldGets a field to be displayed inside of the bar.
get_ItemTypeGets BarItemType of the bar style.
get_LeftBarTextConverterGets user-defined converter to get text to render on the left of the task’s bar. Overrides the value of LeftField property.
get_LeftFieldGets a field to be displayed on the left of the bar.
get_RightBarTextConverterGets user-defined converter to get text to render on the right of the task’s bar. Overrides the value of RightField property.
get_RightFieldGets a field to be displayed on the right of the bar.
get_StartShapeGets Shape at the beginning of the bar.
get_StartShapeColorGets Color of the shape at the beginning of the bar.
get_StartShapeTypeGets a type of the start shape.
get_TextStyleGets style of the bar’s text.
get_ToGets a finish point position of the gantt bar.
get_TopBarTextConverterGets user-defined converter to get text to render on the top of the task’s bar. Overrides the value of TopField property.
get_TopFieldGets a field to be displayed on the top of the bar.
set_BarColorSets Color of the bar style.
set_BarShapeSets BarShape of the bar style.
set_BottomBarTextConverterSets user-defined converter to get text to render on the bottom of the task’s bar. Overrides the value of BottomField property.
set_BottomFieldSets a field to be displayed on the bottom of the bar.
set_EndShapeSets Shape at the end of the bar.
set_EndShapeColorSets Color of the shape at the end of the bar.
set_EndShapeTypeSets a type of the end shape. GanttBarType .
set_FromSets a start point position of the gantt bar. Field .
set_InsideBarTextConverterSets user-defined converter to get text to render inside of the task’s bar. Overrides the value of InsideField property.
set_InsideFieldSets a field to be displayed inside of the bar.
set_ItemTypeSets BarItemType of the bar style.
set_LeftBarTextConverterSets user-defined converter to get text to render on the left of the task’s bar. Overrides the value of LeftField property.
set_LeftFieldSets a field to be displayed on the left of the bar.
set_RightBarTextConverterSets user-defined converter to get text to render on the right of the task’s bar. Overrides the value of RightField property.
set_RightFieldSets a field to be displayed on the right of the bar.
set_StartShapeSets Shape at the beginning of the bar.
set_StartShapeColorSets Color of the shape at the beginning of the bar.
set_StartShapeTypeSets a type of the start shape.
set_TextStyleSets style of the bar’s text.
set_ToSets a finish point position of the gantt bar.
set_TopBarTextConverterSets user-defined converter to get text to render on the top of the task’s bar. Overrides the value of TopField property.
set_TopFieldSets a field to be displayed on the top of the bar.