Point Property (ArcSegment)
Gets or sets the endpoint of the elliptical arc.
XAML |
<object Point="Point" .../>
|
Scripting |
value = object.Point object.Point = value |
Property Value
The point to which the arc is drawn.
This property is read/write. The default value is "0,0".
Remarks
See remarks in Point for scripting usages of this property.
An ArcSegment defines only the destination point of the arc it represents; the beginning point of the arc is the current point of the PathFigure to which the ArcSegment is added.
If the arc segment's start point and end point are the same, no arc is drawn.