EllipseGeometry.Center 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 center point of the EllipseGeometry.
public:
property Point Center { Point get(); void set(Point value); };
Point Center();
void Center(Point value);
public Point Center { get; set; }
var point = ellipseGeometry.center;
ellipseGeometry.center = point;
Public Property Center As Point
<EllipseGeometry Center="x,y"/>
-or-
<EllipseGeometry Center="x y"/>
Property Value
The center point of the EllipseGeometry.