Flow direction of text elements (fragments).

Namespace: TallComponents.PDF.Layout.Shapes
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public ReadDirection FlowDirection { get; set; }
Visual Basic
Public Property FlowDirection As ReadDirection
	Get
	Set

Remarks

The fragments contained can have a different read direction to allow left-to-right reading elements (numbers) in right to left text. The text flow direction on a paragraph is the default flow direction for contained children (Fragments)

See Also