ArcSegment.Point Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the endpoint of the elliptical arc.
public:
property Point Point { Point get(); void set(Point value); };
Point Point();
void Point(Point value);
public Point Point { get; set; }
var point = arcSegment.point;
arcSegment.point = point;
Public Property Point As Point
<ArcSegment Point="x,y"/>
Property Value
The point to which the arc is drawn. The default is a Point with value 0,0.