Share via


LineSegment.StartPoint Property

Gets the starting point of the line segment.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Syntax

'Declaration
Public ReadOnly Property StartPoint As PointD
public PointD StartPoint { get; }
public:
property PointD StartPoint {
    PointD get ();
}
member StartPoint : PointD with get
function get StartPoint () : PointD

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.PointD

.NET Framework Security

See Also

Reference

LineSegment Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace