AnchorPoint.LineSegment Property
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Public ReadOnly Property LineSegment As LineSegment
'Usage
Dim instance As AnchorPoint
Dim value As LineSegment
value = instance.LineSegment
public LineSegment LineSegment { get; }
public:
property LineSegment^ LineSegment {
LineSegment^ get ();
}
public function get LineSegment () : LineSegment
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.LineSegment
.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.