Skip to main content

MapRectangle.RadiusY Property

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

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public double RadiusY { get; set; }

Property Value

Type Description
Double

A Double value, which specifies the y-axis radius of the ellipse that is used to round the corners of the rectangle.

See Also