MapMarkerStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the styles for a map marker.
public enum class MapMarkerStyle
public enum MapMarkerStyle
type MapMarkerStyle =
Public Enum MapMarkerStyle
- Inheritance
-
MapMarkerStyle
Fields
Name | Value | Description |
---|---|---|
None | 0 | The style is None. |
Rectangle | 1 | The style is Rectangle. |
Circle | 2 | The style is Circle. |
Diamond | 3 | The style is Diamond. |
Triangle | 4 | The style is Triangle. |
Trapezoid | 5 | The style is Trapezoid. |
Star | 6 | The style is Star. |
Wedge | 7 | The style is Wedge. |
Pentagon | 8 | The style is Pentagon. |
PushPin | 9 | The style is PushPin. |
Image | 10 | The style is Image. |