[]
        
(Showing Draft Content)

C1.Android.Core.FlowDirection

FlowDirection Class

Flow Direction mode.

Inheritance
FlowDirection
Namespace: C1.Android.Core
Assembly: C1.Android.Core.dll
Syntax
public sealed class FlowDirection : Enum

Fields

Name Description
Default

Indicates that content should flow from left to right in default

LeftToRight

Indicates that content should flow from left to right.

RightToLeft

Indicates that content should flow from right to left.

value__