Class BubbleType
To specify the bubble type.
Inheritance
System.Object
BubbleType
Namespace: Syncfusion.Windows.Forms.Maps
Assembly: Syncfusion.Maps.Windows.dll
Syntax
public sealed class BubbleType : Enum
Fields
Circle
To specify the shape of the bubble as circle
Declaration
public const BubbleType Circle
Field Value
| Type |
|---|
| BubbleType |
Custom
To specify the shape of the bubble as Custom
Declaration
public const BubbleType Custom
Field Value
| Type |
|---|
| BubbleType |
Diamond
To specify the shape of the bubble as Diamond
Declaration
public const BubbleType Diamond
Field Value
| Type |
|---|
| BubbleType |
Pentagon
To specify the shape of the bubble as Pentagon
Declaration
public const BubbleType Pentagon
Field Value
| Type |
|---|
| BubbleType |
Pushpin
To specify the shape of the bubble as Pushpin
Declaration
public const BubbleType Pushpin
Field Value
| Type |
|---|
| BubbleType |
Rectangle
To specify the shape of the bubble as Rectangle
Declaration
public const BubbleType Rectangle
Field Value
| Type |
|---|
| BubbleType |
Star
To specify the shape of the bubble as Star
Declaration
public const BubbleType Star
Field Value
| Type |
|---|
| BubbleType |
Trapezoid
To specify the shape of the bubble as Trapezoid
Declaration
public const BubbleType Trapezoid
Field Value
| Type |
|---|
| BubbleType |
Triangle
To specify the shape of the bubble as Triangle
Declaration
public const BubbleType Triangle
Field Value
| Type |
|---|
| BubbleType |