Skip to main content

WmsDataProvider.MaxRequestedImageHeight Property

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

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public int MaxRequestedImageHeight { get; set; }

Property Value

Type Description
Int32

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

See Also