Anteckning
Å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 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Property UserFixed As VGFixedCode
'Usage
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.
.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.