Back to Devexpress

MapRectangleSettings.Height Property

wpf-devexpress-dot-xpf-dot-map-dot-maprectanglesettings-655495af.md

latest1.3 KB
Original Source

MapRectangleSettings.Height Property

Gets or sets the height of the 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 Height { get; set; }
vb
Public Property Height As Double

Property Value

TypeDescription
Double

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Height
MapRectangleSettings

.Default .Height

|

See Also

MapRectangleSettings Class

MapRectangleSettings Members

DevExpress.Xpf.Map Namespace