LinkShape.GetEdgePointsValue Method

Gets the value for each edge point that is assigned to the link shape.

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

Syntax

'宣言
Public Function GetEdgePointsValue As EdgePointCollection
'使用
Dim instance As LinkShape
Dim returnValue As EdgePointCollection

returnValue = instance.GetEdgePointsValue()
public EdgePointCollection GetEdgePointsValue()
public:
EdgePointCollection^ GetEdgePointsValue()
public function GetEdgePointsValue() : EdgePointCollection

Return Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.EdgePointCollection

The value for each edge point that is assigned to the link shape.

Remarks

An edge point is available for each line segment in the link shape. Edge points appear at the start and end of a line segment. If the link is drawn left and then up, an edge point appears in the link where the direction changes.

Permissions

See Also

Reference

LinkShape Class

LinkShape Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace