EllipseGeometry.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-radius value of the EllipseGeometry.
public:
property double RadiusY { double get(); void set(double value); };
double RadiusY();
void RadiusY(double value);
public double RadiusY { get; set; }
var double = ellipseGeometry.radiusY;
ellipseGeometry.radiusY = double;
Public Property RadiusY As Double
<EllipseGeometry RadiusY="double"/>
Property Value
Double
double
The y-radius value of the EllipseGeometry.