API Reference
Class
JsVectorMarkerLabelStyle
Marker label style container.
Inheritance
- Object
- JsVectorMarkerLabelStyle
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
- Property JsVectorMapOptions.MarkerLabelStyle
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.