HtmlForgeX

API Reference

Class

GlobeMarker

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Fluent marker builder for GlobeGl.

Inheritance

  • Object
  • GlobeMarker

Methods

Color 2 overloads
public GlobeMarker Color(RGBColor color) #
Returns: GlobeMarker

Sets marker color using a Tabler color.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
Color(HtmlForgeX.RGBColor color) #

Sets marker color using an RGB color.

Parameters

color HtmlForgeX.RGBColor required
public GlobeMarker ColorHex(String colorHex) #
Returns: GlobeMarker
EditorBrowsable(2)

Sets marker color using a custom hex value.

Parameters

colorHex System.String requiredposition: 0
public GlobeGl End() #
Returns: GlobeGl

Return to root.

public GlobeMarker Key(String key) #
Returns: GlobeMarker
EditorBrowsable(2)

Sets a marker key used by client-side helpers (focus/point-of-view, etc.).

Parameters

key System.String requiredposition: 0
public GlobeMarker Overlay(Action<ElementContainer> configure) #
Returns: GlobeMarker

Attaches a typed HTML overlay to the marker via a <template> (recommended).

Parameters

configure System.Action{HtmlForgeX.ElementContainer} requiredposition: 0