LineAnchor 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.*
Determines the shapes of connector points on a workflow design surface.
public enum class LineAnchor
public enum LineAnchor
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public enum LineAnchor
type LineAnchor =
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type LineAnchor =
Public Enum LineAnchor
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | There is no connector point. |
Arrow | 1 | The connector point is an arrow. |
ArrowAnchor | 2 | The connector point is an arrow anchor. |
Diamond | 3 | The connector point is a diamond. |
DiamondAnchor | 4 | The connector point is an diamond anchor. |
Round | 5 | The connector point is a circle. |
RoundAnchor | 6 | The connector point is a circle anchor. |
Rectangle | 7 | The connector point is a rectangle. |
RectangleAnchor | 8 | The connector point is a rectangle anchor. |
RoundedRectangle | 9 | The connector point is a rounded rectangle. |
RoundedRectangleAnchor | 10 | The connector point is a rounded rectangle anchor. |
Remarks
Note
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5.
Connectors are the lines rendered on the workflow design surface between interconnected activity designers. The ends of each line are called connector points, which are where the lines attach to the activity designers that they connect. LineAnchor provides values that determine the appearance of the connector points.