BinaryLinkShapeBase::GeometryDecoratorFrom Property

 

Gets the LinkDecorator at the "from" end of the link. (Intended to be called only by the ShapeGeometry-derived classes.)

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

public:
property LinkDecorator^ GeometryDecoratorFrom {
	virtual LinkDecorator^ get() sealed;
}

Gets the LinkDecorator at the From end of the link. (Intended to be called only by the ShapeGeometry-derived classes.)

Return to top
Show: