BinaryLinkShapeBase.GeometryEdgePoints Property

Gets the edge points in world units (Intended to be called only by the ShapeGeometry-derived classes.)

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 ReadOnly Property GeometryEdgePoints As EdgePointCollection
public EdgePointCollection GeometryEdgePoints { get; }
public:
virtual property EdgePointCollection^ GeometryEdgePoints {
    EdgePointCollection^ get () sealed;
}
abstract GeometryEdgePoints : EdgePointCollection with get 
override GeometryEdgePoints : EdgePointCollection with get
final function get GeometryEdgePoints () : EdgePointCollection

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.EdgePointCollection

Implements

IBinaryLinkGeometryData.GeometryEdgePoints

Remarks

Gets the edge points in world units. (Intended to be called only by the ShapeGeometry-derived classes.)

.NET Framework Security

See Also

Reference

BinaryLinkShapeBase Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace