Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Wpf.Map

#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.

#Property Paths

You can access this nested property as listed below:

Object Type Path to RadiusX
MapRectangleSettings
.Default .RadiusX
See Also