Class TaskLinkDrawingArgs
Class TaskLinkDrawingArgs
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (26.2.0)
Provides arguments for the callback that is invoked when task link is rendered.
public sealed class TaskLinkDrawingArgsInheritance
Inherited Members
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
Color
Gets or sets color used to render the task link. Can be used for customization of task links colors.
public Color Color { get; set; }Property Value
Link
Gets the rendered task link.
public TaskLink Link { get; }