ConnectorDecorator::Position Property
Visual Studio 2015
Gets the position of this decorator relative to the parent shape.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: property ConnectorDecoratorPosition Position { ConnectorDecoratorPosition get(); void set(ConnectorDecoratorPosition value); }
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams::ConnectorDecoratorPositionChanging the position of the decorator does not automatically cause the diagram to update. RepositionHostShape must be called after the change, for all host shapes hosting this decorator.
Show: