DesignerContentAlignment Enum

Definition

Caution

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

Specifies where in the workflow designer that workflow content is aligned.

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
Inheritance
DesignerContentAlignment
Attributes

Fields

Bottom 8

Workflow content is aligned to the bottom of the designer.

BottomCenter 24

Workflow content is aligned to the bottom center of the designer.

BottomLeft 9

Workflow content is aligned to the bottom left of the designer.

BottomRight 12

Workflow content is aligned to the bottom right of the designer.

Center 16

Workflow content is aligned to the center of the designer.

CenterLeft 17

Workflow content is aligned to the center left of the designer.

CenterRight 20

Workflow content is aligned to the center right of the designer.

Fill 32

Workflow content is aligned to fill the designer.

Left 1

Workflow content is aligned to the left side of the designer.

Right 4

Workflow content is aligned to the right side of the designer.

Top 2

Workflow content is aligned to the top of the designer.

TopCenter 18

Workflow content is aligned to the top center of the designer.

TopLeft 3

Workflow content is aligned to the top left of the designer.

TopRight 6

Workflow content is aligned to the top right of the designer.

Remarks

Note

This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5.

Applies to