FlowDirections Enum

Definitie

Waarden voor TextFlowDirectionsAttribute.

Deze opsomming ondersteunt een bitsgewijze combinatie van de waarden van de leden.

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
Overname
FlowDirections
Kenmerken

Velden

Name Waarde Description
Default 0

Van boven naar beneden, van links naar rechts, horizontaal.

RightToLeft 1

Van rechts naar links.

BottomToTop 2

Onder naar boven.

Vertical 4

Verticale.

Van toepassing op