BarStyle
Contents
[
Hide
]BarStyle class
Change the visual style of the bar for the item in the project view.
Constructors
| Name | Description |
|---|---|
| BarStyle | Initializes a new instance of the BarStyle class. |
Methods
| Name | Description |
|---|---|
| get_BarColor | Gets Color of the bar style. |
| get_BarShape | Gets BarShape of the bar style. |
| get_BottomBarTextConverter | 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 | Gets a field to be displayed on the bottom of the bar. |
| get_EndShape | Gets Shape at the end of the bar. |
| get_EndShapeColor | Gets Color of the shape at the end of the bar. |
| get_EndShapeType | Gets a type of the end shape. GanttBarType . |
| get_From | Gets a start point position of the gantt bar. Field . |
| get_InsideBarTextConverter | Gets user-defined converter to get text to render inside of the task’s bar. Overrides the value of InsideField property. |
| get_InsideField | Gets a field to be displayed inside of the bar. |
| get_ItemType | Gets BarItemType of the bar style. |
| get_LeftBarTextConverter | 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 | Gets a field to be displayed on the left of the bar. |
| get_RightBarTextConverter | 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 | Gets a field to be displayed on the right of the bar. |
| get_StartShape | Gets Shape at the beginning of the bar. |
| get_StartShapeColor | Gets Color of the shape at the beginning of the bar. |
| get_StartShapeType | Gets a type of the start shape. |
| get_TextStyle | Gets style of the bar’s text. |
| get_To | Gets a finish point position of the gantt bar. |
| get_TopBarTextConverter | 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 | Gets a field to be displayed on the top of the bar. |
| set_BarColor | Sets Color of the bar style. |
| set_BarShape | Sets BarShape of the bar style. |
| set_BottomBarTextConverter | 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 | Sets a field to be displayed on the bottom of the bar. |
| set_EndShape | Sets Shape at the end of the bar. |
| set_EndShapeColor | Sets Color of the shape at the end of the bar. |
| set_EndShapeType | Sets a type of the end shape. GanttBarType . |
| set_From | Sets a start point position of the gantt bar. Field . |
| set_InsideBarTextConverter | Sets user-defined converter to get text to render inside of the task’s bar. Overrides the value of InsideField property. |
| set_InsideField | Sets a field to be displayed inside of the bar. |
| set_ItemType | Sets BarItemType of the bar style. |
| set_LeftBarTextConverter | 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 | Sets a field to be displayed on the left of the bar. |
| set_RightBarTextConverter | 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 | Sets a field to be displayed on the right of the bar. |
| set_StartShape | Sets Shape at the beginning of the bar. |
| set_StartShapeColor | Sets Color of the shape at the beginning of the bar. |
| set_StartShapeType | Sets a type of the start shape. |
| set_TextStyle | Sets style of the bar’s text. |
| set_To | Sets a finish point position of the gantt bar. |
| set_TopBarTextConverter | 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 | Sets a field to be displayed on the top of the bar. |