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.
public enum class EffectiveFlowDirection
[System.Flags]
public enum EffectiveFlowDirection
[<System.Flags>]
type EffectiveFlowDirection =
Public Enum EffectiveFlowDirection
- Inheritance
-
EffectiveFlowDirection
- Attributes
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. |
Remarks
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.