ShapeDecorator::Position Property
Visual Studio 2015
Gets or sets 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 ShapeDecoratorPosition Position { ShapeDecoratorPosition get(); void set(ShapeDecoratorPosition value); }
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeDecoratorPositionChanging the position of the decorator does not automatically cause the diagram to update. If the decorator exists inside the shape, all shapes using the decorator must be invalidated after the change. If the decorator exists outside the shape, ConfigureHostShape and RepositionHostShape must be called for all host shapes hosting this decorator.
Show: