TaskTextStyleEventArgs
TaskTextStyleEventArgs class
This class represents set of data that related to the rendering of table cell’s content.
Methods
| Name | Description |
|---|---|
| get_CellTextStyle | Gets TextStyle which will be used to draw the cell’s content. This object can be use to customize appearance of a table cell. |
| get_Column | Gets ViewColumn to which the currently rendered cell belongs. |
| get_Task | Gets Task which corresponds to the currently rendered row. |
| set_CellTextStyle | Sets TextStyle which will be used to draw the cell’s content. This object can be use to customize appearance of a table cell. |