DesignerEdges Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | None of the edges of the activity designer. |
Left | 1 | The left edge of the activity designer. |
Top | 2 | The top edge of the activity designer. |
Right | 4 | The right edge of the activity designer. |
Bottom | 8 | The bottom edge of the activity designer. |
All | 15 | All edges 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
.NET