API Reference
Class
JsVectorRegionStyle
Style container for map regions.
Inheritance
- Object
- JsVectorRegionStyle
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.RegionStyle
Constructors
public JsVectorRegionStyle() #Inherited Methods
Properties
public JsVectorRegionStyleState Initial { get; set; } #JsonPropertyName("initial") JsonIgnore(Condition = 3)Initial (default) style.
public JsVectorRegionStyleState Hover { get; set; } #JsonPropertyName("hover") JsonIgnore(Condition = 3)Style applied on hover.
public JsVectorRegionStyleState Selected { get; set; } #JsonPropertyName("selected") JsonIgnore(Condition = 3)Style applied when selected.
public JsVectorRegionStyleState SelectedHover { get; set; } #JsonPropertyName("selectedHover") JsonIgnore(Condition = 3)Style applied when selected and hovered.