MoveableDecoratorHostShape.SetResizableSides(NodeShape+NodeSides) 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.
Explicitly sets the resizable sides of this host shape, which override the default.
public:
void SetResizableSides(Microsoft::VisualStudio::Modeling::Diagrams::NodeShape::NodeSides resizableSides);
public void SetResizableSides (Microsoft.VisualStudio.Modeling.Diagrams.NodeShape.NodeSides resizableSides);
member this.SetResizableSides : Microsoft.VisualStudio.Modeling.Diagrams.NodeShape.NodeSides -> unit
Public Sub SetResizableSides (resizableSides As NodeShape.NodeSides)
Parameters
- resizableSides
- NodeShape.NodeSides
Sides that are resizable.