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

MapBounds.Empty Property

Returns a MapBounds object whose settings are not initialized.

Namespace: DevExpress.Map

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

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

Declaration

public static readonly MapBounds Empty { get; }

Property Value

Type Description
MapBounds

A MapBounds object whose settings are not initialized.

See Also