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

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