Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.