Class LegendIcon
Defines the types of LegendIcon in the maps. You can set different type of legend icons to the maps.
Inheritance
System.Object
LegendIcon
Namespace: Syncfusion.SfMaps.XForms
Assembly: Syncfusion.SfMaps.XForms.dll
Syntax
public sealed class LegendIcon : Enum
Fields
Circle
LegendIcon type is Circle
Declaration
public const LegendIcon Circle
Field Value
Type |
---|
LegendIcon |
Default
LegendIcon type is Default
Declaration
public const LegendIcon Default
Field Value
Type |
---|
LegendIcon |
Diamond
LegendIcon type is Diamond
Declaration
public const LegendIcon Diamond
Field Value
Type |
---|
LegendIcon |
Rectangle
LegendIcon type is Rectangle
Declaration
public const LegendIcon Rectangle
Field Value
Type |
---|
LegendIcon |
Triangle
LegendIcon type is Triangle
Declaration
public const LegendIcon Triangle
Field Value
Type |
---|
LegendIcon |