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

MapEllipseSettings Class

Contains settings used to generate map ellipses.

Namespace: DevExpress.Xpf.Map

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public class MapEllipseSettings :
    MapItemSettings

The following members return MapEllipseSettings objects:

Remarks

This class introduces the MapEllipseSettings.Height and MapEllipseSettings.Width properties, which allow specifying the size of all ellipses generated using these settings.

See Also