Back to Devexpress

MapEllipseSettings Class

wpf-devexpress-dot-xpf-dot-map-2ecf74c2.md

latest1.7 KB
Original Source

MapEllipseSettings Class

Contains settings used to generate map ellipses.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public class MapEllipseSettings :
    MapItemSettings
vb
Public Class MapEllipseSettings
    Inherits 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.

Inheritance

Object DispatcherObject DependencyObject Freezable MapDependencyObject MapItemSettingsBase MapItemSettings MapEllipseSettings

See Also

MapEllipseSettings Members

DevExpress.Xpf.Map Namespace