Share via


LinkShape.UserFixed Property

Gets or sets a fixed line segment.

This API is not CLS-compliant. 

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Property UserFixed As VGFixedCode
[CLSCompliantAttribute(false)]
public VGFixedCode UserFixed { get; set; }
[CLSCompliantAttribute(false)]
public:
property VGFixedCode UserFixed {
    VGFixedCode get ();
    void set (VGFixedCode value);
}
[<CLSCompliantAttribute(false)>]
member UserFixed : VGFixedCode with get, set
function get UserFixed () : VGFixedCode 
function set UserFixed (value : VGFixedCode)

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGFixedCode
The fixed line segment.

Remarks

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

.NET Framework Security

See Also

Reference

LinkShape Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace