BinaryLinkShapeBase::FromEndPoint Property

 

The point where the connector touches the FromShape.

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 FromEndPoint {
	PointD get();
	void set(PointD value);
}

Gets or sets the From point of the edge.

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

Return to top
Show: