다음을 통해 공유


LayoutAlignment 열거형

정의

부모 요소에 정렬될 때 의 IView 위치와 크기를 결정합니다.

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

필드

Center 2

사용 가능한 공간을 가운데에 배치합니다.

End 3

에 의해 FlowDirection결정된 대로 사용 가능한 공간의 후행 가장자리에 맞춥다.

Fill 0

사용 가능한 공간을 채웁니다.

Start 1

에 의해 FlowDirection결정된 대로 사용 가능한 공간의 선행 가장자리와 정렬합니다.

적용 대상