This topic has not yet been rated - Rate this topic

NodeShape.ResizableSides Property

Gets the sides of the shape that the user can resize.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
public virtual NodeShape..::..NodeSides ResizableSides { get; }

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.NodeShape.NodeSides
The sides of the shape that the user can resize.

By default, the user can resize all sides of a shape.

public override DslDiagrams.NodeShape.NodeSides ResizableSides
{
    get
    {
        return DslDiagrams.NodeShape.NodeSides.None;
    }
}
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ