This topic has not yet been rated - Rate this topic

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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
[CLSCompliantAttribute(false)]
public VGFixedCode UserFixed { get; set; }

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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.