ConnectorDecorator::Position Property

 

Gets the position of this decorator relative to the parent shape.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
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);
}

Changing 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.

Return to top
Show: