ComponentOne FinancialChart for WPF
EndPoint Property



C1.WPF Namespace > ArcSegmentDef Class : EndPoint Property
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

Reference

ArcSegmentDef Class
ArcSegmentDef Members