LeftRightAlignment 열거형

정의

개체나 텍스트를 참조 지점의 왼쪽에 맞출지 아니면 오른쪽에 맞출지를 지정합니다.

public enum class LeftRightAlignment
[System.Runtime.InteropServices.ComVisible(true)]
public enum LeftRightAlignment
public enum LeftRightAlignment
[<System.Runtime.InteropServices.ComVisible(true)>]
type LeftRightAlignment = 
type LeftRightAlignment = 
Public Enum LeftRightAlignment
상속
LeftRightAlignment
특성

필드

Left 0

개체나 텍스트가 참조 지점의 왼쪽에 맞춰집니다.

Right 1

개체나 텍스트가 참조 지점의 오른쪽에 맞춰집니다.

설명

이 열거형의 멤버를 사용하여 값 및 UpDownAlign 속성을 설정합니다DropDownAlign.

적용 대상

추가 정보