EffectiveFlowDirection Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
-
System.EnumEffectiveFlowDirection
- Attributes
-
System.FlagsAttribute
Fields
Name | Value | Description |
---|---|---|
RightToLeft | 1 | Indicates that the flow direction is right-to-left. |
Explicit | 2 | Indicates that the developer explicitly set the flow direction. |