FlowDirections 열거형

정의

TextFlowDirectionsAttribute에 대한 값입니다.

이 열거형은 멤버 값의 비트 조합을 지원합니다.

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
상속
FlowDirections
특성

필드

BottomToTop 2

아래에서 위 방향입니다.

Default 0

위에서 아래, 왼쪽에서 오른쪽, 가로 방향입니다.

RightToLeft 1

오른쪽에서 왼쪽

Vertical 4

세로 방향입니다.

적용 대상