Back to Devexpress

MapDotSettings Class

wpf-devexpress-dot-xpf-dot-map-fe9bafe3.md

latest1.7 KB
Original Source

MapDotSettings Class

Contains settings used to generate map dots.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public class MapDotSettings :
    MapItemSettings
vb
Public Class MapDotSettings
    Inherits MapItemSettings

The following members return MapDotSettings objects:

Remarks

This class introduces the MapDotSettings.ShapeKind and MapDotSettings.Size properties, which allow specifying the size and shape kind of all map dots generated using these settings.

Inheritance

Object DispatcherObject DependencyObject Freezable MapDependencyObject MapItemSettingsBase MapItemSettings MapDotSettings

See Also

MapDotSettings Members

DevExpress.Xpf.Map Namespace