ShapeDecorator.RepositionHostShape(DecoratorHostShape) Method
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.
Updates the position of the given host shape based on current decorator settings.
public:
override void RepositionHostShape(Microsoft::VisualStudio::Modeling::Diagrams::DecoratorHostShape ^ host);
public override void RepositionHostShape (Microsoft.VisualStudio.Modeling.Diagrams.DecoratorHostShape host);
override this.RepositionHostShape : Microsoft.VisualStudio.Modeling.Diagrams.DecoratorHostShape -> unit
Public Overrides Sub RepositionHostShape (host As DecoratorHostShape)
Parameters
- host
- DecoratorHostShape