Skip to main content

WmsDataProvider.MaxRequestedImageHeight Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

[DefaultValue(0)]
public int MaxRequestedImageHeight { get; set; }

Property Value

Type Default Description
Int32 0

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

See Also