RectangleGeometryRadiusY Property
Gets or sets the radius on the Y-axis used to round the corners of the rectangle.
Corner radii are represented by an ellipse so this is the Y-axis height of the ellipse.
Namespace: Avalonia.MediaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public double RadiusY { get; set; }
Public Property RadiusY As Double
Get
Set
member RadiusY : float with get, set
Property Value
Double
In order for this property to be used,
Rect must not be set
(equal to the default
Rect value).