Share via


BinaryLinkShapeBase.GeometryEdgePoints Property

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

Syntax

'Declaration
Public ReadOnly Property GeometryEdgePoints As EdgePointCollection
'Usage
Dim instance As BinaryLinkShapeBase 
Dim value As EdgePointCollection 

value = instance.GeometryEdgePoints
public EdgePointCollection GeometryEdgePoints { get; }
public:
virtual property EdgePointCollection^ GeometryEdgePoints {
    EdgePointCollection^ get () sealed;
}
public final function get GeometryEdgePoints () : EdgePointCollection

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.EdgePointCollection

Implements

IBinaryLinkGeometryData.GeometryEdgePoints

.NET Framework Security

See Also

Reference

BinaryLinkShapeBase Class

BinaryLinkShapeBase Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace