FlowDirections Énumération

Définition

Valeurs de TextFlowDirectionsAttribute.

Cette énumération prend en charge une combinaison au niveau du bit de ses valeurs membres.

public enum class FlowDirections
[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("2E22CC6B-7C34-4002-91AA-E103A09D1027")]
public enum FlowDirections
[System.Flags]
public enum FlowDirections
[<System.Flags>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("2E22CC6B-7C34-4002-91AA-E103A09D1027")>]
type FlowDirections = 
[<System.Flags>]
type FlowDirections = 
Public Enum FlowDirections
Héritage
FlowDirections
Attributs

Champs

Nom Valeur Description
Default 0

Haut en bas, gauche à droite, horizontal.

RightToLeft 1

De droite à gauche.

BottomToTop 2

Bas en haut.

Vertical 4

Verticale.

S’applique à