LinkShape.UserFixed Property

Gets or sets a fixed line segment.

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

Syntax

'宣言
<CLSCompliantAttribute(False)> _
Public Property UserFixed As VGFixedCode
'使用
Dim instance As LinkShape
Dim value As VGFixedCode

value = instance.UserFixed

instance.UserFixed = value
[CLSCompliantAttribute(false)]
public VGFixedCode UserFixed { get; set; }
[CLSCompliantAttribute(false)]
public:
property VGFixedCode UserFixed {
    VGFixedCode get ();
    void set (VGFixedCode value);
}
public function get UserFixed () : VGFixedCode
public function set UserFixed (value : VGFixedCode)

Property Value

Type: 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.

Permissions

See Also

Reference

LinkShape Class

LinkShape Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace