wpf-devexpress-dot-xpf-dot-map-156fa254.md
The class used to draw a dot on a map.
Namespace : DevExpress.Xpf.Map
Assembly : DevExpress.Xpf.Map.v25.2.dll
NuGet Package : DevExpress.Wpf.Map
public class MapDot :
MapShape,
ISupportCoordLocation,
ISizedPointCore,
IPointCore,
IClusterItem,
IClusterItemCore,
IClusterable,
ISupportIndividualResizeOnly
Public Class MapDot
Inherits MapShape
Implements ISupportCoordLocation,
ISizedPointCore,
IPointCore,
IClusterItem,
IClusterItemCore,
IClusterable,
ISupportIndividualResizeOnly
The following members return MapDot objects:
The following image shows an example of a map dot shape.
<dxm:MapDot Location="-80, -90" Size="20"/>
Object DispatcherObject DependencyObject Freezable MapDependencyObject MapItem MapShapeBase MapShape MapDot
See Also