Skip to main content

RadiusY 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.

Definition

Namespace: Avalonia.Controls.Shapes
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public double RadiusY { get; set; }
View Source

Property Value

Double

Remarks

In order for this property to be used, Rect must not be set (equal to the default Rect value).

See Also

Reference

Rectangle Class
Avalonia.Controls.Shapes Namespace