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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.