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