TimedTextCue.Lines Property

Definition

Gets the collection of TimedTextLine objects that convey the text of the cue.

public:
 property IVector<TimedTextLine ^> ^ Lines { IVector<TimedTextLine ^> ^ get(); };
IVector<TimedTextLine> Lines();
public IList<TimedTextLine> Lines { get; }
var iVector = timedTextCue.lines;
Public ReadOnly Property Lines As IList(Of TimedTextLine)

Property Value

A collection of TimedTextLine objects.

Applies to