Class MarkerIcon
Represents the map marker icon
Inheritance
System.Object
MarkerIcon
Namespace: Syncfusion.UI.Xaml.Maps
Assembly: Syncfusion.SfMaps.WPF.dll
Syntax
public sealed class MarkerIcon : Enum
Fields
Circle
Represents the map marker icon as cicle
Declaration
public const MarkerIcon Circle
Field Value
Type |
---|
MarkerIcon |
Diamond
Represents the map marker icon as diamond
Declaration
public const MarkerIcon Diamond
Field Value
Type |
---|
MarkerIcon |
Image
Represents the map marker icon as image
Declaration
public const MarkerIcon Image
Field Value
Type |
---|
MarkerIcon |
Rectangle
Represents the map marker icon as rectangle
Declaration
public const MarkerIcon Rectangle
Field Value
Type |
---|
MarkerIcon |
Square
Represents the map marker icon as square
Declaration
public const MarkerIcon Square
Field Value
Type |
---|
MarkerIcon |