LabelShape::FixedFlags Property

 

Gets the flags that determine whether the label shape is fixed to its current position in 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() override;
}

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.GraphObject::VGNodeFixedStates

The flags that determine whether the label shape is fixed to its current position in the diagram.

Return to top
Show: