Center (EllipseGeometry)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets or sets the center point of the EllipseGeometry object.
<object Center="Point" .../>
value = object.Center
object.Center = value
Property Value
Type: Point
The center point of the EllipseGeometry.
This property is read/write. The default value is a point with value 0,0.
Remarks
See the "Remarks" section in the Point reference topic for scripting usages of this property.