DesignerContentAlignment 열거형

정의

주의

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

워크플로 디자이너에서 워크플로 콘텐츠가 정렬되는 위치를 지정합니다.

public enum class DesignerContentAlignment
public enum DesignerContentAlignment
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public enum DesignerContentAlignment
type DesignerContentAlignment = 
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type DesignerContentAlignment = 
Public Enum DesignerContentAlignment
상속
DesignerContentAlignment
특성

필드

Name Description
Left 1

워크플로 콘텐츠는 디자이너의 왼쪽에 맞춰집니다.

Top 2

워크플로 콘텐츠는 디자이너의 맨 위에 맞춰집니다.

TopLeft 3

워크플로 콘텐츠가 디자이너의 왼쪽 위에 맞춰집니다.

Right 4

워크플로 콘텐츠가 디자이너의 오른쪽에 맞춰집니다.

TopRight 6

워크플로 콘텐츠가 디자이너의 오른쪽 위에 맞춰집니다.

Bottom 8

워크플로 콘텐츠는 디자이너의 아래쪽에 맞춰집니다.

BottomLeft 9

워크플로 콘텐츠는 디자이너의 왼쪽 아래에 맞춰집니다.

BottomRight 12

워크플로 콘텐츠는 디자이너의 오른쪽 아래에 맞춰집니다.

Center 16

워크플로 콘텐츠는 디자이너의 가운데에 맞춰집니다.

CenterLeft 17

워크플로 콘텐츠는 디자이너의 왼쪽 가운데에 맞춰집니다.

TopCenter 18

워크플로 콘텐츠는 디자이너의 위쪽 가운데에 맞춰집니다.

CenterRight 20

워크플로 콘텐츠는 디자이너의 오른쪽 가운데에 맞춰집니다.

BottomCenter 24

워크플로 콘텐츠는 디자이너의 아래쪽 가운데에 맞춰집니다.

Fill 32

워크플로 콘텐츠는 디자이너를 채우기 위해 정렬됩니다.

설명

메모

이 재질에서는 사용되지 않는 형식 및 네임스페이스에 대해 설명합니다. 자세한 내용은 Windows Workflow Foundation 4.5 참조하세요.

적용 대상