HtmlForgeX

API Reference

Class

JsVectorMarkerLabelState

Namespace HtmlForgeX
Assembly HtmlForgeX

Marker label style.

Inheritance

  • Object
  • JsVectorMarkerLabelState

Constructors

public JsVectorMarkerLabelState() #

Properties

public String FontFamily { get; set; } #
JsonPropertyName("fontFamily") JsonIgnore(Condition = 3)

Font family.

public Nullable<Int32> FontSize { get; set; } #
JsonPropertyName("fontSize") JsonIgnore(Condition = 3)

Label font size.

public Nullable<Int32> FontWeight { get; set; } #
JsonPropertyName("fontWeight") JsonIgnore(Condition = 3)

Font weight.

public String Fill { get; set; } #
JsonPropertyName("fill") JsonIgnore(Condition = 3)

Label color (SVG fill).

public String Cursor { get; set; } #
JsonPropertyName("cursor") JsonIgnore(Condition = 3)

Mouse cursor.