ComponentOne Basic Library for WPF and Silverlight
EndPoint Property (ArcSegmentDef)


C1.WPF Namespace > ArcSegmentDef Class : EndPoint Property
Gets or sets the endpoint of the elliptical arc.
Syntax
'Declaration
 
Public Property EndPoint As System.Windows.Point
'Usage
 
Dim instance As ArcSegmentDef
Dim value As System.Windows.Point
 
instance.EndPoint = value
 
value = instance.EndPoint
public System.Windows.Point EndPoint {get; set;}
See Also

Reference

ArcSegmentDef Class
ArcSegmentDef Members