Timeline.Caption

Timeline.Caption property

Gets or sets the caption of this Timeline.

public string Caption { get; set; }

Examples


[C#]

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

See Also