Enum AnnotationAlignment
Defines the alignment for the annotation in the maps component.
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public enum AnnotationAlignment
Fields
| Name | Description |
|---|---|
| Center | Specifies the annotation to be placed at the center of the maps with respect to the position of the legend. |
| Far | Specifies the annotation to be placed far from the maps with respect to the position of the legend. |
| Near | Specifies the annotation to be placed near the maps with respect to the position of the legend. |
| None | Specifies the annotation to be placed by default alignment. |