Back to Devexpress

MapRectangleSettings.RadiusX Property

wpf-devexpress-dot-xpf-dot-map-dot-maprectanglesettings-1f9e422c.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public double RadiusX { get; set; }
vb
Public Property RadiusX As Double

Property Value

TypeDescription
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 TypePath to RadiusX
MapRectangleSettings

.Default .RadiusX

|

See Also

MapRectangleSettings Class

MapRectangleSettings Members

DevExpress.Xpf.Map Namespace