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
resizableSides
Type: Microsoft.VisualStudio.Modeling.Diagrams.NodeShape.NodeSidesSides 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.