NodeShape::FixedFlags Property
Visual Studio 2015
Gets the flags that determine whether a shape is fixed to its position on the diagram.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: [CLSCompliantAttribute(false)] property VGNodeFixedStates FixedFlags { virtual VGNodeFixedStates get(); }
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.GraphObject::VGNodeFixedStatesThe flags that determine whether a shape is fixed to its position on the diagram.
When a shape is fixed to the diagram, the shape can only be moved manually by the user.
Show: