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


FlowDirection Enumeration
Flow Direction mode.
Syntax
'Declaration
 
Public Enum FlowDirection 
   Inherits System.Enum
 
'Usage
 
Dim instance As FlowDirection
Members
MemberDescription
DefaultIndicates that content should flow from left to right in default
LeftToRightIndicates that content should flow from left to right.
RightToLeftIndicates that content should flow from right to left.
Inheritance Hierarchy

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

See Also