NodeShape::PortFixedFlags Property
Visual Studio 2015
Gets the flags that determine whether a port shape is fixed to its position.
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::VGFixedCodeThe 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.
Show: