DesignerEdges Enum

Definition

Caution

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

Specifies the edge or edges of an activity designer on a workflow design surface where design-time processing is performed, such as a Connector location on the activity designer.

This enumeration supports a bitwise combination of its member values.

public enum class DesignerEdges
[System.Flags]
public enum DesignerEdges
[System.Flags]
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public enum DesignerEdges
[<System.Flags>]
type DesignerEdges = 
[<System.Flags>]
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type DesignerEdges = 
Public Enum DesignerEdges
Inheritance
DesignerEdges
Attributes

Fields

All 15

All edges of the activity designer.

Bottom 8

The bottom edge of the activity designer.

Left 1

The left edge of the activity designer.

None 0

None of the edges of the activity designer.

Right 4

The right edge of the activity designer.

Top 2

The top edge of the activity designer.

Remarks

Note

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

The enumeration value returned from ConnectionEdge that specifies where on the activity designer a ConnectionPoint or a collection of ConnectionPoint objects reside. The GetConnectionPoints method can be used to retrieve this collection.

You can also use it to determine which edge or edges of an activity designer a user is resizing by observing the DesignerEdges enumeration value returned from SizingEdge.

Applies to

See also