Rectangle.RadiusX Property

Definition

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

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

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

Property Value

Double

double

The x-axis radius of the ellipse that is used to round the corners of the rectangle.

Applies to