Center Property (EllipseGeometry)

Gets or sets the center point of the EllipseGeometry.

XAML
<object Center="Point" .../>
Scripting
value = object.Center
object.Center = value

Property Value

Point

The center point of the EllipseGeometry.

This property is read/write. The default value is a point with value 0,0.

Remarks

See remarks in Point for scripting usages of this property.

Applies To

EllipseGeometry

See Also

Silverlight Geometries Overview
Point