Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET 6.0+ platform documentation. This link will take you to the parent topic of the current section.

IModelVectorMapSettings.Type Property

Specifies the region displayed on the vector map.

Namespace: DevExpress.ExpressApp.Maps.Web.Helpers

Assembly: DevExpress.ExpressApp.Maps.Web.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Maps.Web

Declaration

[DefaultValue(VectorMapType.World)]
VectorMapType Type { get; set; }

Property Value

Type Default Description
VectorMapType World

A VectorMapType enumeration value specifying the vector map type.

Available values:

Name Description
World

The vector map displays the whole world.

USA

The vector map displays USA.

Canada

The vector map displays Canada.

Europe

The vector map displays Europe.

Eurasia

The vector map displays Eurasia.

Africa

The vector map displays Africa.

Property Paths

You can access this nested property as listed below:

Object Type Path to Type
IModelMaps
See Also