ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / ArcSegmentDef Class / EndPoint Property

In This Topic
    EndPoint Property
    In This Topic
    Gets or sets the endpoint of the elliptical arc.
    Syntax
    'Declaration
     
    Public Property EndPoint As Windows.Foundation.Point
    public Windows.Foundation.Point EndPoint {get; set;}
    See Also