Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Rectangle.RadiusX Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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


Feedback

Was this page helpful?