Get or set the direction of the text fragment.

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

Syntax

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

Remarks

If the read direction is set to "InheritFromParagraph" the read direction of the paragraph is used. The default value of the read direction is "InheritFromParent"

See Also