Skip to main content
A newer version of this page is available. .

MapControl.InitialMapSize Property

Gets or sets an initial size of a map.

Namespace: DevExpress.Xpf.Map

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public Size InitialMapSize { get; set; }

Property Value

Type Description
Size

A Size object, which represents a map size with the zoom level equal to one.

See Also