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