Share via


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

See Also

Reference

AnchorPoint Class

AnchorPoint Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace