Skip to main content
A newer version of this page is available. .

MapRectangleSettings.RadiusX Property

Gets or sets the x-axis radius of the ellipse that is used to round the corners of the generated rectangle using these settings.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v19.1.dll

Declaration

public double RadiusX { get; set; }

Property Value

Type Description
Double

A Double value, which specifies the x-axis radius of the ellipses used to round the corners of the rectangle.

See Also