Back to Devexpress

MapDot Class

wpf-devexpress-dot-xpf-dot-map-156fa254.md

latest2.1 KB
Original Source

MapDot Class

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

Declaration

csharp
public class MapDot :
    MapShape,
    ISupportCoordLocation,
    ISizedPointCore,
    IPointCore,
    IClusterItem,
    IClusterItemCore,
    IClusterable,
    ISupportIndividualResizeOnly
vb
Public Class MapDot
    Inherits MapShape
    Implements ISupportCoordLocation,
               ISizedPointCore,
               IPointCore,
               IClusterItem,
               IClusterItemCore,
               IClusterable,
               ISupportIndividualResizeOnly

The following members return MapDot objects:

Remarks

The following image shows an example of a map dot shape.

Example

View Example

xaml
<dxm:MapDot Location="-80, -90" Size="20"/>

Implements

IColorizerElement

Inheritance

Object DispatcherObject DependencyObject Freezable MapDependencyObject MapItem MapShapeBase MapShape MapDot

See Also

MapDot Members

DevExpress.Xpf.Map Namespace