'Declaration
Public Enum FlowDirection Inherits System.Enum
'Usage
Dim instance As FlowDirection
public enum FlowDirection : System.Enum
'Declaration
Public Enum FlowDirection Inherits System.Enum
'Usage
Dim instance As FlowDirection
public enum FlowDirection : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.Android.Core.FlowDirection