Skip to main content

WmsDataProvider.PointConverter Property

Gets or sets the point converter for a WMS layer obtained from a web service.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public WmsPointConverterBase PointConverter { get; set; }

Property Value

Type Description
WmsPointConverterBase

A WmsPointConverterBase object specifying the point converter.

See Also