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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'宣言
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 | |
---|---|---|
GeometryCanManuallyRoute | Gets whether or not this BinaryLinkShape can be manually routed. | |
GeometryDecoratorFrom | Gets the LinkDecorator at the "from" end of the link. | |
GeometryDecoratorFromSize | Gets the LinkDecorator size at the "from" end of the link. | |
GeometryDecoratorTo | Gets the LinkDecorator at the "to" end of the link. | |
GeometryDecoratorToSize | Gets the LinkDecorator size at the "to" end of the link. | |
GeometryEdgePoints | Gets the edge points in world units | |
GeometryEdgePointsNoJumps | Gets the edge points in world units with no jumps |
Top