LinkShape::UserFixed Property

 

Gets or sets a fixed line segment.

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 UserFixed {
	VGFixedCode get();
	void set(VGFixedCode value);
}

Property Value

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

The fixed line segment.

A fixed line segment is anchored in its current position in the diagram. You can only move it manually.

Return to top
Show: