LinkShape::UserFixed Property
Visual Studio 2015
Gets or sets a fixed line segment.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: [CLSCompliantAttribute(false)] property VGFixedCode UserFixed { VGFixedCode get(); void set(VGFixedCode value); }
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.GraphObject::VGFixedCodeThe fixed line segment.
A fixed line segment is anchored in its current position in the diagram. You can only move it manually.
Show: