MoveableDecoratorHostShape.SetResizableSides Method
Explicitly sets the resizable sides of this host shape, which override the default.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Déclaration
Public Sub SetResizableSides ( _
resizableSides As NodeShape..::..NodeSides _
)
public void SetResizableSides(
NodeShape..::..NodeSides resizableSides
)
public:
void SetResizableSides(
NodeShape..::..NodeSides resizableSides
)
member SetResizableSides :
resizableSides:NodeShape..::..NodeSides -> unit
public function SetResizableSides(
resizableSides : NodeShape..::..NodeSides
)
Parameters
- resizableSides
Type: Microsoft.VisualStudio.Modeling.Diagrams.NodeShape.NodeSides
Sides that are resizable.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.