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

MapDataProviderBase.RequestOptions Property

Gets or sets the options of tile image request.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v21.1.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public TileImageRequestOptions RequestOptions { get; set; }

Property Value

Type Description
TileImageRequestOptions

The options of the image tile request.

See Also