Enum BubbleType
To specify the bubble type.
Namespace: Syncfusion.Windows.Forms.Maps
Assembly: Syncfusion.Maps.Windows.dll
Syntax
public enum BubbleType
Fields
| Name | Description |
|---|---|
| Circle | To specify the shape of the bubble as circle |
| Custom | To specify the shape of the bubble as Custom |
| Diamond | To specify the shape of the bubble as Diamond |
| Pentagon | To specify the shape of the bubble as Pentagon |
| Pushpin | To specify the shape of the bubble as Pushpin |
| Rectangle | To specify the shape of the bubble as Rectangle |
| Star | To specify the shape of the bubble as Star |
| Trapezoid | To specify the shape of the bubble as Trapezoid |
| Triangle | To specify the shape of the bubble as Triangle |