FlowDirections Enumeration

Definition

Werte für TextFlowDirectionsAttribute.

Diese Enumeration unterstützt eine bitweise Kombination ihrer Memberwerte.

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
Vererbung
FlowDirections
Attribute

Felder

BottomToTop 2

Von unten nach oben.

Default 0

Von oben nach unten, von links nach rechts, horizontal.

RightToLeft 1

Von rechts nach links.

Vertical 4

Vertikal.

Gilt für: