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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Syntax

'Declaration
Public Interface IBinaryLinkGeometryData
public interface IBinaryLinkGeometryData
public interface class IBinaryLinkGeometryData
type IBinaryLinkGeometryData =  interface end
public interface IBinaryLinkGeometryData

The IBinaryLinkGeometryData type exposes the following members.

Properties

  Name Description
Public property GeometryCanManuallyRoute Gets whether or not this BinaryLinkShape can be manually routed.
Public property GeometryDecoratorFrom Gets the LinkDecorator at the "from" end of the link.
Public property GeometryDecoratorFromSize Gets the LinkDecorator size at the "from" end of the link.
Public property GeometryDecoratorTo Gets the LinkDecorator at the "to" end of the link.
Public property GeometryDecoratorToSize Gets the LinkDecorator size at the "to" end of the link.
Public property GeometryEdgePoints Gets the edge points in world units
Public property GeometryEdgePointsNoJumps Gets the edge points in world units with no jumps

Top

See Also

Reference

Microsoft.VisualStudio.Modeling.Diagrams Namespace