Back to Devexpress

MapRectangleSettings.Width Property

wpf-devexpress-dot-xpf-dot-map-dot-maprectanglesettings-a8160f7b.md

latest1.3 KB
Original Source

MapRectangleSettings.Width Property

Gets or sets the width of generated rectangles using these settings.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

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

Property Value

TypeDescription
Double

A Double value specifying the rectangle width, measured in kilometers.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Width
MapRectangleSettings

.Default .Width

|

See Also

MapRectangleSettings Class

MapRectangleSettings Members

DevExpress.Xpf.Map Namespace