TaskTextStyleEventArgs

TaskTextStyleEventArgs class

This class represents set of data that related to the rendering of table cell’s content.

Methods

NameDescription
get_CellTextStyleGets TextStyle which will be used to draw the cell’s content. This object can be use to customize appearance of a table cell.
get_ColumnGets ViewColumn to which the currently rendered cell belongs.
get_TaskGets Task which corresponds to the currently rendered row.
set_CellTextStyleSets TextStyle which will be used to draw the cell’s content. This object can be use to customize appearance of a table cell.