API Reference
Class
JsVectorMarkerLabelStyle
Marker label style container.
Inheritance
- Object
- JsVectorMarkerLabelStyle
Constructors
public JsVectorMarkerLabelStyle() #Inherited Methods
Properties
public JsVectorMarkerLabelState Initial { get; set; } #JsonPropertyName("initial") JsonIgnore(Condition = 3)Default label style.
public JsVectorMarkerLabelState Hover { get; set; } #JsonPropertyName("hover") JsonIgnore(Condition = 3)Label style on hover.
public JsVectorMarkerLabelState Selected { get; set; } #JsonPropertyName("selected") JsonIgnore(Condition = 3)Label style when selected.
public JsVectorMarkerLabelState SelectedHover { get; set; } #JsonPropertyName("selectedHover") JsonIgnore(Condition = 3)Label style when selected and hovered.