RadiusX Property (EllipseGeometry)

Gets or sets the x-radius value of the EllipseGeometry.

XAML
<object RadiusX="Double" .../>
Scripting
value = object.RadiusX
object.RadiusX = value

Property Value

Double

The x-radius value of the EllipseGeometry.

This property is read/write. The default value is 0. If you do not specify a value for RadiusX and RadiusY, the ellipse will not render.

Remarks

Setting identical RadiusX and RadiusY values results in a circle.

Applies To

EllipseGeometry

See Also

Silverlight Geometries Overview
RadiusY
Ellipse