DirectionType
Enum
Defines the reading order preference used to arrange pages or text when displayed side by side or printed n-up.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Preferences
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
C#
public enum DirectionType
Fields
Left‑to‑right reading order.
C#
L2R = 0
Right‑to‑left reading order (also used for vertical East Asian writing systems).
C#
R2L = 1