NodeShape::PortFixedFlags Property

 

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

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 VGFixedCode PortFixedFlags {
	virtual VGFixedCode get();
}

Property Value

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

The flags that determine whether a port shape is fixed to its position.

When a port shape is fixed, it can only be moved manually by the user.

Return to top
Show: