RadiusY (EllipseGeometry)

Microsoft Silverlight will reach end of support after October 2021. Learn more.

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

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

Property Value

Type: Double

The y-radius value of the EllipseGeometry.

This property is read/write. The default value is 0.

Managed Equivalent

RadiusY

Remarks

If you do not specify a value for RadiusX and RadiusY, the ellipse will not render. Setting identical RadiusX and RadiusY values results in a circle.

Applies To

EllipseGeometry

See Also

Reference