Class MapAlignment
Defines the constants that specify the position of the map marker icon.
Inheritance
System.Object
MapAlignment
Namespace: Syncfusion.Maui.Maps
Assembly: Syncfusion.Maui.Maps.dll
Syntax
public sealed class MapAlignment : Enum
Fields
Center
The marker icon aligned to the center position of the layout slot.
Declaration
public const MapAlignment Center
Field Value
Type |
---|
MapAlignment |
End
The marker icon aligned to the end position of the layout slot.
Declaration
public const MapAlignment End
Field Value
Type |
---|
MapAlignment |
Start
The marker icon aligned to the start position of the layout slot.
Declaration
public const MapAlignment Start
Field Value
Type |
---|
MapAlignment |