Class AnnotationAlignment
Defines the alignment for the annotation in the maps component.
Inheritance
System.Object
AnnotationAlignment
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class AnnotationAlignment : Enum
Fields
Center
Specifies the annotation to be placed at the center of the maps with respect to the position of the legend.
Declaration
public const AnnotationAlignment Center
Field Value
| Type |
|---|
| AnnotationAlignment |
Far
Specifies the annotation to be placed far from the maps with respect to the position of the legend.
Declaration
public const AnnotationAlignment Far
Field Value
| Type |
|---|
| AnnotationAlignment |
Near
Specifies the annotation to be placed near the maps with respect to the position of the legend.
Declaration
public const AnnotationAlignment Near
Field Value
| Type |
|---|
| AnnotationAlignment |
None
Specifies the annotation to be placed by default alignment.
Declaration
public const AnnotationAlignment None
Field Value
| Type |
|---|
| AnnotationAlignment |