Compartment.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.
Can this compartment be resized? Gets the sides of this shape which can be resized by the user.
public:
virtual property Microsoft::VisualStudio::Modeling::Diagrams::NodeShape::NodeSides ResizableSides { Microsoft::VisualStudio::Modeling::Diagrams::NodeShape::NodeSides get(); };
public override Microsoft.VisualStudio.Modeling.Diagrams.NodeShape.NodeSides ResizableSides { get; }
member this.ResizableSides : Microsoft.VisualStudio.Modeling.Diagrams.NodeShape.NodeSides
Public Overrides ReadOnly Property ResizableSides As NodeShape.NodeSides