Property NoDataTileBehavior
NoDataTileBehavior
Gets or sets the No
Declaration
public NoDataTileBehavior NoDataTileBehavior { get; set; }
Property Value
Type | Description |
---|---|
No |
The No |
Remarks
Zooming in can result in tile requests with no tiles at the requested level of detail. In this case, there are options that control what to display where the tile should be including:
-
Up
Sample - Upsample the pixels from a lower level of detail tile. This can result in pixelation or blurriness. This is the default behavior for operational layers. - Blank - The 'NoData' pixels will show the raster picture as being blank (or disappearing). This is the default behavior for basemap reference layers.
- Show - This will show the raster picture with the text 'No Data' stamped over it once you pass the lowest level-of-detail scale.
NOTE. Sometimes, to see the effect on the map when setting the NoDataTileBehavior
property, the MaxNoDataTileBehavior
enumerations.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |