NodeShape.ResizableSides Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the sides of the node shape which can be resized by the user. Default behavior is that all sides may be resized.
public:
virtual property Microsoft::VisualStudio::Modeling::Diagrams::NodeShape::NodeSides ResizableSides { Microsoft::VisualStudio::Modeling::Diagrams::NodeShape::NodeSides get(); };
public virtual Microsoft.VisualStudio.Modeling.Diagrams.NodeShape.NodeSides ResizableSides { get; }
member this.ResizableSides : Microsoft.VisualStudio.Modeling.Diagrams.NodeShape.NodeSides
Public Overridable ReadOnly Property ResizableSides As NodeShape.NodeSides