IBinaryLinkGeometryData Interface

 

Defines the interface of the binary link geometry's container. A binary link is characterized by its edge points.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public interface class IBinaryLinkGeometryData

NameDescription
System_CAPS_pubpropertyGeometryCanManuallyRoute

Gets whether or not this BinaryLinkShape can be manually routed.

System_CAPS_pubpropertyGeometryDecoratorFrom

Gets the LinkDecorator at the "from" end of the link.

System_CAPS_pubpropertyGeometryDecoratorFromSize

Gets the LinkDecorator size at the "from" end of the link.

System_CAPS_pubpropertyGeometryDecoratorTo

Gets the LinkDecorator at the "to" end of the link.

System_CAPS_pubpropertyGeometryDecoratorToSize

Gets the LinkDecorator size at the "to" end of the link.

System_CAPS_pubpropertyGeometryEdgePoints

Gets the edge points in world units

System_CAPS_pubpropertyGeometryEdgePointsNoJumps

Gets the edge points in world units with no jumps

Return to top
Show: