TaskTextStyleEventArgs

TaskTextStyleEventArgs class

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

The TaskTextStyleEventArgs type exposes the following members:

Properties

NameDescription
cell_text_styleGets or sets TextStyle which will be used to draw the cell’s content. This object can be use to customize appearance of a table cell.
taskGets task which corresponds to the currently rendered row.
columnGets ViewColumn to which the currently rendered cell belongs.

See Also