BinaryLinkShapeBase::GeometryDecoratorTo Property
Visual Studio 2015
Gets the LinkDecorator at the "to" end of the link. (Intended to be called only by the ShapeGeometry-derived classes.)
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: property LinkDecorator^ GeometryDecoratorTo { virtual LinkDecorator^ get() sealed; }
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams::LinkDecorator^Gets the LinkDecorator at the To end of the link. (Intended to be called only by the ShapeGeometry-derived classes.)
Show: