Class TaskTextStyleEventArgs
Class TaskTextStyleEventArgs
Namespace: Aspose.Tasks.Visualization
Assembly: Aspose.Tasks.dll (25.2.0)
This class represents set of data that related to the rendering of table cell’s content.
public class TaskTextStyleEventArgs
Inheritance
object ← TaskTextStyleEventArgs
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
CellTextStyle
Gets 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.
public TextStyle CellTextStyle { get; set; }
Property Value
Column
Gets Aspose.Tasks.Visualization.ViewColumn to which the currently rendered cell belongs.
public ViewColumn Column { get; }
Property Value
Task
Gets Aspose.Tasks.Visualization.TaskTextStyleEventArgs.Task which corresponds to the currently rendered row.
public Task Task { get; }