TextOrientations 열거형

정의

제목 텍스트의 방향을 지정합니다.

public enum class TextOrientations
public enum TextOrientations
type TextOrientations = 
Public Enum TextOrientations
상속
TextOrientations

필드

Auto 0

텍스트 방향을 자동으로 조정합니다.

Horizontal 1

가로 텍스트입니다.

Rotated270 3

텍스트를 가로 방향에서 270도 회전합니다.

Rotated90 2

텍스트를 가로 방향에서 90도 회전합니다.

Stacked 4

텍스트를 세로로 씁니다.

적용 대상