ConnectorDecorator.Position Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the position of this decorator relative to the parent shape.
public:
property Microsoft::VisualStudio::Modeling::Diagrams::ConnectorDecoratorPosition Position { Microsoft::VisualStudio::Modeling::Diagrams::ConnectorDecoratorPosition get(); void set(Microsoft::VisualStudio::Modeling::Diagrams::ConnectorDecoratorPosition value); };
public Microsoft.VisualStudio.Modeling.Diagrams.ConnectorDecoratorPosition Position { get; set; }
member this.Position : Microsoft.VisualStudio.Modeling.Diagrams.ConnectorDecoratorPosition with get, set
Public Property Position As ConnectorDecoratorPosition
Property Value
Remarks
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.