HtmlForgeX

API Reference

Enum

LeafletControlPosition

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Position for Leaflet controls such as the layer switcher.

Inheritance

  • Enum
  • LeafletControlPosition

Values

public const LeafletControlPosition TopLeft #

Top-left corner.

Value: 0
public const LeafletControlPosition TopRight #

Top-right corner.

Value: 1
public const LeafletControlPosition BottomLeft #

Bottom-left corner.

Value: 2
public const LeafletControlPosition BottomRight #

Bottom-right corner.

Value: 3