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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Syntax

'Declaration
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

.NET Framework Security

See Also

Reference

MoveableDecoratorHostShape Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace