Back to Devexpress

MapControl.InitialMapSize Property

windowsforms-devexpress-dot-xtramap-dot-mapcontrol-4815535c.md

latest1.0 KB
Original Source

MapControl.InitialMapSize Property

Gets or sets an initial size of a map.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public Size InitialMapSize { get; set; }
vb
Public Property InitialMapSize As Size

Property Value

TypeDescription
Size

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

|

See Also

MapControl Class

MapControl Members

DevExpress.XtraMap Namespace