Table of Contents
ReadingDirection Enumeration

Specifies the content reading order.

Namespace: EO.Web
Assembly: EO.Web (in EO.Web.dll)

Syntax
 public enum ReadingDirection
Members
Member Name Description
Inherit Content flow is inherited.
LeftToRight Content flows left to right.
RightToLeft Content flows right to left.
See Also