Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / ArcSegmentDef Class / StartPoint Property

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