HtmlForgeX

API Reference

Class

JsVectorMarkerStyle

Namespace HtmlForgeX
Assembly HtmlForgeX

Marker style options.

Inheritance

  • Object
  • JsVectorMarkerStyle

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public JsVectorMarkerStyle() #

Properties

public JsVectorMarkerStyleState Initial { get; set; } #
JsonPropertyName("initial") JsonIgnore(Condition = 3)

Default marker style.

public JsVectorMarkerStyleState Hover { get; set; } #
JsonPropertyName("hover") JsonIgnore(Condition = 3)

Marker style on hover.

public JsVectorMarkerStyleState Selected { get; set; } #
JsonPropertyName("selected") JsonIgnore(Condition = 3)

Marker style when selected.

public JsVectorMarkerStyleState SelectedHover { get; set; } #
JsonPropertyName("selectedHover") JsonIgnore(Condition = 3)

Marker style when selected and hovered.