MapDataProviderBase.RequestOptions Property
In This Article
Gets or sets the options of tile image request.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
public TileImageRequestOptions RequestOptions { get; set; }
#Property Value
Type | Description |
---|---|
Tile |
The options of the image tile request. |
See Also