Sdílet prostřednictvím


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.

public enum class EffectiveFlowDirection
[System.Flags]
public enum EffectiveFlowDirection
[<System.Flags>]
type EffectiveFlowDirection = 
Public Enum EffectiveFlowDirection
Inheritance
EffectiveFlowDirection
Attributes

Fields

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