NodeShape::LayoutObjectFixedFlags Property
Visual Studio 2015
Gets or sets the flags that determine whether a shape inside the graph 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 LayoutObjectFixedFlags { VGNodeFixedStates get(); void set(VGNodeFixedStates value); }
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.GraphObject::VGNodeFixedStatesThe flags that determine whether a shape inside the graph 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: