Enum
MapControlsPosition

The position of the control.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

public enum MapControlsPosition

Fields

BottomLeft

Positions the control at the bottom left corner.

Declaration

BottomLeft = 3

Field Value

MapControlsPosition

BottomRight

Positions the control at the bottom right corner.

Declaration

BottomRight = 2

Field Value

MapControlsPosition

TopLeft

Positions the control at the top left corner.

Declaration

TopLeft = 0

Field Value

MapControlsPosition

TopRight

Positions the control at the top right corner.

Declaration

TopRight = 1

Field Value

MapControlsPosition