Timeline.Caption

Timeline.Caption property

Returns or sets the caption of the specified Timeline.

public string Caption { get; set; }

Examples


[C#]

//Set the caption of the specified Timeline.
timelineObj.Caption = "timeline caption test";

See Also