RadiusX (EllipseGeometry)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets or sets the x-radius value of the EllipseGeometry.
<object RadiusX="Double" .../>
value = object.RadiusX
object.RadiusX = value
Property Value
Type: Double
The x-radius value of the EllipseGeometry.
This property is read/write. The default value is 0.
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.