Rectangle.RadiusY Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the y-axis radius of the ellipse that is used to round the corners of the rectangle.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<Rectangle RadiusY="double"/>
Property Value
Type: System.DoubleThe y-axis radius of the ellipse that is used to round the corners of the rectangle. The default is 0.
Dependency property identifier field: RadiusYProperty
For the rectangle to have rounded corners, both the RadiusX and RadiusY properties must be nonzero.
A value greater than or equal to zero and less than or equal to half the rectangle's width that describes the y-radius of the ellipse is used to round the corners of the rectangle. Values greater than half the rectangle's width are treated as though equal to half the rectangle's width. Negative values are treated as positive values.