Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LegendIcon

    Show / Hide Table of Contents

    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 Description
    LegendIcon

    Default

    LegendIcon type is Default

    Declaration
    public const LegendIcon Default
    Field Value
    Type Description
    LegendIcon

    Diamond

    LegendIcon type is Diamond

    Declaration
    public const LegendIcon Diamond
    Field Value
    Type Description
    LegendIcon

    Rectangle

    LegendIcon type is Rectangle

    Declaration
    public const LegendIcon Rectangle
    Field Value
    Type Description
    LegendIcon

    Triangle

    LegendIcon type is Triangle

    Declaration
    public const LegendIcon Triangle
    Field Value
    Type Description
    LegendIcon

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved