RadiusY Property (EllipseGeometry)

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

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

Property Value

Double

The y-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
RadiusX
Ellipse