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 |
---|
MarkerType |
Circle
Specifies to render the marker shape as circle on maps.
Declaration
public const MarkerType Circle
Field Value
Type |
---|
MarkerType |
Cross
Specifies to render the marker shape as cross on maps.
Declaration
public const MarkerType Cross
Field Value
Type |
---|
MarkerType |
Diamond
Specifies to render the marker shape as diamond on maps.
Declaration
public const MarkerType Diamond
Field Value
Type |
---|
MarkerType |
HorizontalLine
Specifies to render the marker shape as horizontal line on maps.
Declaration
public const MarkerType HorizontalLine
Field Value
Type |
---|
MarkerType |
Image
Specifies to render the marker shape as image on maps.
Declaration
public const MarkerType Image
Field Value
Type |
---|
MarkerType |
InvertedTriangle
Specifies to render the marker shape as inverted triangle on maps.
Declaration
public const MarkerType InvertedTriangle
Field Value
Type |
---|
MarkerType |
Pentagon
Specifies to render the marker shape as pentagon on maps.
Declaration
public const MarkerType Pentagon
Field Value
Type |
---|
MarkerType |
Rectangle
Specifies to render the marker shape as rectangle on maps.
Declaration
public const MarkerType Rectangle
Field Value
Type |
---|
MarkerType |
Star
Specifies to render the marker shape as star on maps.
Declaration
public const MarkerType Star
Field Value
Type |
---|
MarkerType |
Triangle
Specifies to render the marker shape as triangle on maps.
Declaration
public const MarkerType Triangle
Field Value
Type |
---|
MarkerType |
VerticalLine
Specifies to render the marker shape as vertical line on maps.
Declaration
public const MarkerType VerticalLine
Field Value
Type |
---|
MarkerType |