Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MarkerType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MarkerType

    Defines the type of markers in the maps component.

    Inheritance
    System.Object
    MarkerType
    Namespace: Syncfusion.Blazor.Maps
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class MarkerType : Enum

    Fields

    Balloon

    Specifies to render the marker shape as balloon on maps.

    Declaration
    public const MarkerType Balloon
    Field Value
    Type Description
    MarkerType

    Circle

    Specifies to render the marker shape as circle on maps.

    Declaration
    public const MarkerType Circle
    Field Value
    Type Description
    MarkerType

    Cross

    Specifies to render the marker shape as cross on maps.

    Declaration
    public const MarkerType Cross
    Field Value
    Type Description
    MarkerType

    Diamond

    Specifies to render the marker shape as diamond on maps.

    Declaration
    public const MarkerType Diamond
    Field Value
    Type Description
    MarkerType

    HorizontalLine

    Specifies to render the marker shape as horizontal line on maps.

    Declaration
    public const MarkerType HorizontalLine
    Field Value
    Type Description
    MarkerType

    Image

    Specifies to render the marker shape as image on maps.

    Declaration
    public const MarkerType Image
    Field Value
    Type Description
    MarkerType

    InvertedTriangle

    Specifies to render the marker shape as inverted triangle on maps.

    Declaration
    public const MarkerType InvertedTriangle
    Field Value
    Type Description
    MarkerType

    Pentagon

    Specifies to render the marker shape as pentagon on maps.

    Declaration
    public const MarkerType Pentagon
    Field Value
    Type Description
    MarkerType

    Rectangle

    Specifies to render the marker shape as rectangle on maps.

    Declaration
    public const MarkerType Rectangle
    Field Value
    Type Description
    MarkerType

    Star

    Specifies to render the marker shape as star on maps.

    Declaration
    public const MarkerType Star
    Field Value
    Type Description
    MarkerType

    Triangle

    Specifies to render the marker shape as triangle on maps.

    Declaration
    public const MarkerType Triangle
    Field Value
    Type Description
    MarkerType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    VerticalLine

    Specifies to render the marker shape as vertical line on maps.

    Declaration
    public const MarkerType VerticalLine
    Field Value
    Type Description
    MarkerType
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved