TimedTextStyle.FlowDirection 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 a value indicating the direction that timed text is flowed.
public:
property TimedTextFlowDirection FlowDirection { TimedTextFlowDirection get(); void set(TimedTextFlowDirection value); };
TimedTextFlowDirection FlowDirection();
void FlowDirection(TimedTextFlowDirection value);
public TimedTextFlowDirection FlowDirection { get; set; }
var timedTextFlowDirection = timedTextStyle.flowDirection;
timedTextStyle.flowDirection = timedTextFlowDirection;
Public Property FlowDirection As TimedTextFlowDirection
Property Value
A value indicating the direction that the timed text is flows.