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

WmsDataProvider.MaxRequestedImageWidth Property

Gets or sets the maximum image width that the provider can request from a server.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v18.2.dll

Declaration

public int MaxRequestedImageWidth { get; set; }

Property Value

Type Description
Int32

The maximum image width that the provider can request from a server.

See Also