ComponentOne FinancialChart for WPF
C1.WPF 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 Point
    'Usage
     
    
    Dim instance As ArcSegmentDef
    Dim value As Point
     
    instance.StartPoint = value
     
    value = instance.StartPoint
    public Point StartPoint {get; set;}
    public:
    property Point StartPoint {
       Point get();
       void set (    Point value);
    }
    See Also