ComponentOne Xamarin.iOS
FlowDirection Enumeration


C1.iOS.Core Assembly > C1.iOS.Core Namespace : FlowDirection Enumeration
Flow Direction mode.
Syntax
'Declaration
 
Public Enum FlowDirection 
   Inherits System.Enum
'Usage
 
Dim instance As FlowDirection
public enum FlowDirection : System.Enum 
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.iOS.Core.FlowDirection

See Also

Reference

C1.iOS.Core Namespace