Property MaxExtent
MaxExtent
Gets or sets the extent that constrains the display to a specific region.
Declaration
public Envelope MaxExtent { get; set; }
Property Value
| Type | Description |
|---|---|
| Envelope | The extent that constrains the display to a specific region. |
Remarks
The max extent is initialized when the map loads with the union of the full extent of all basemap layers, or with the first operational layer's full extent if the map has no basemap.
Will be null if the map is not loaded and if the max extent has not been explicitly set.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.14 - 100.15 |
| .NET 6.0 | 100.14 - 100.15 |
| .NET 6.0 Windows | 100.14 - 100.15 |
| .NET Framework | 100.14 - 100.15 |
| Xamarin.Android | 100.14 - 100.15 |
| Xamarin.iOS | 100.14 - 100.15 |
| UWP | 100.14 - 100.15 |