Back to Devexpress

MapBubble.MarkerType Property

wpf-devexpress-dot-xpf-dot-map-dot-mapbubble-1f873903.md

latest2.4 KB
Original Source

MapBubble.MarkerType Property

Gets or sets a value specifying the appearance of a bubble marker.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public MarkerType MarkerType { get; set; }
vb
Public Property MarkerType As MarkerType

Property Value

TypeDescription
MarkerType

A MarkerType enumeration value.

|

Available values:

Show 13 items

NameDescription
Square

A marker is drawn as a square.

| | Diamond |

A marker is drawn as a diamond.

| | Triangle |

A marker is drawn as a triangle.

| | InvertedTriangle |

A marker is drawn as an inverted triangle.

| | Circle |

A marker is drawn as a circle.

| | Plus |

A marker is drawn as a plus sign.

| | Cross |

A marker is drawn as a cross.

| | Star5 |

A marker is drawn as a five pointed star.

| | Star6 |

A marker is drawn as a six pointed star.

| | Star8 |

A marker is drawn as an eight pointed star.

| | Pentagon |

A marker is drawn as a pentagon.

| | Hexagon |

A marker is drawn as a hexagon.

| | Custom |

The custom marker type.

|

See Also

MapBubble Class

MapBubble Members

DevExpress.Xpf.Map Namespace