C1.Android.Core Assembly / C1.Android.Core Namespace / FlowDirection Enumeration


FlowDirection Enumeration
Flow Direction mode.
Syntax
'Declaration
 
Public Enum FlowDirection 
   Inherits System.Enum
 
'Usage
 
Dim instance As FlowDirection
Members
MemberDescription
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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Android.Core.FlowDirection

See Also