NodeShape::FixedFlags Property

 

Gets the flags that determine whether a shape is fixed to its position on the diagram.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
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::VGNodeFixedStates

The 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.

Return to top
Show: