Class BubbleType
Defines the type of the bubble in the maps.
Inheritance
System.Object
BubbleType
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class BubbleType : Enum
Fields
Circle
Specifies the bubble to be rendered as circle type.
Declaration
public const BubbleType Circle
Field Value
Type |
---|
BubbleType |
Square
Specifies the bubble to be rendered as square type.
Declaration
public const BubbleType Square
Field Value
Type |
---|
BubbleType |