EffectiveFlowDirection Enum

Definition

Enumerates flags that indicate whether the layout direction was explicitly set, and whether the layout direction is right-to-left.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum EffectiveFlowDirection
type EffectiveFlowDirection = 
Inheritance
EffectiveFlowDirection
Attributes

Fields

Explicit 2

Indicates that the developer explicitly set the flow direction.

RightToLeft 1

Indicates that the flow direction is right-to-left.

Remarks

Applies to