EllipseGeometry.RadiusY Property

Definition

Gets or sets the y-radius value of the EllipseGeometry.

public:
 property double RadiusY { double get(); void set(double value); };
public double RadiusY { get; set; }
member this.RadiusY : double with get, set
Public Property RadiusY As Double

Property Value

The y-radius value of the EllipseGeometry.

Remarks

Dependency Property Information

Identifier field RadiusYProperty
Metadata properties set to true None

Applies to

See also