Echo
LayoutDirection
Class Hierarchy:

Describes the layout direction of text and content to provide support for bidirectional localization.

Constructor Summary
Public Echo.LayoutDirection()
LayoutDirection property.

Instance Field Summary
Internal _ltr
Flag indicating whether layout direction is left-to-right.

Instance Method Summary
Public isLeftToRight()
Determines if the layout direction is left-to-right.

Constructor Detail
Echo.LayoutDirection()
LayoutDirection property. Do not instantiate, use LTR/RTL constants.
Parameters:
ltr (Boolean) - true if the layout direction is left-to-right

Instance Method Detail
isLeftToRight
Determines if the layout direction is left-to-right.
Returns:
(Boolean) true if the layout direction is left-to-right