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


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

Reference

ArcSegmentDef Class
ArcSegmentDef Members