MoveableDecoratorHostShape.SetResizableSides(NodeShape+NodeSides) Method

Definition

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.

Applies to