Rectangle.RadiusY Property

Definition

Gets or sets the y-axis radius of the ellipse that is used to round the corners of the rectangle.

public:
 property double RadiusY { double get(); void set(double value); };
double RadiusY();

void RadiusY(double value);
public double RadiusY { get; set; }
var double = rectangle.radiusY;
rectangle.radiusY = double;
Public Property RadiusY As Double
<Rectangle RadiusY="double"/>

Property Value

Double

double

The y-axis radius of the ellipse that is used to round the corners of the rectangle. The default is 0.

Applies to