TimedTextStyle.LineAlignment Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the alignment of timed text lines.
public:
property TimedTextLineAlignment LineAlignment { TimedTextLineAlignment get(); void set(TimedTextLineAlignment value); };
TimedTextLineAlignment LineAlignment();
void LineAlignment(TimedTextLineAlignment value);
public TimedTextLineAlignment LineAlignment { get; set; }
var timedTextLineAlignment = timedTextStyle.lineAlignment;
timedTextStyle.lineAlignment = timedTextLineAlignment;
Public Property LineAlignment As TimedTextLineAlignment
Property Value
The alignment of timed text lines.