Run.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.
public:
property FlowDirection FlowDirection { FlowDirection get(); void set(FlowDirection value); };
FlowDirection FlowDirection();
void FlowDirection(FlowDirection value);
public FlowDirection FlowDirection { get; set; }
var flowDirection = run.flowDirection;
run.flowDirection = flowDirection;
Public Property FlowDirection As FlowDirection
<Run FlowDirection="LeftToRight"/>
-or-
<Run FlowDirection="RightToLeft"/>
Property Value
The direction that text and other user interface (UI) elements flow within the Run element. The default value is LeftToRight.