BinaryLinkShapeBase::ToEndPoint Property

 

The point where the connector terminates at the ToShape.

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

public:
property PointD ToEndPoint {
	PointD get();
	void set(PointD value);
}

For a non-rectangular shape, the end point is determined by DoFoldToShape.

For related examples, see DoFoldToShape

Return to top
Show: