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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.