Class Alignment
Defines the alignment for the elements in the maps component.
Inheritance
System.Object
Alignment
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class Alignment : Enum
Fields
Center
Specifies the element to be placed at the center of the maps.
Declaration
public const Alignment Center
Field Value
Type |
---|
Alignment |
Far
Specifies the element to be placed far from the maps.
Declaration
public const Alignment Far
Field Value
Type |
---|
Alignment |
Near
Specifies the element to be placed near the maps.
Declaration
public const Alignment Near
Field Value
Type |
---|
Alignment |