API Reference
Class
JsVectorRegionStyleState
Region style state.
Inheritance
- Object
- JsVectorRegionStyleState
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 JsVectorRegionStyle.Hover
- Property JsVectorRegionStyle.Initial
- Property JsVectorRegionStyle.Selected
- Property JsVectorRegionStyle.SelectedHover
Constructors
public JsVectorRegionStyleState() #Inherited Methods
Properties
public String Stroke { get; set; } #JsonPropertyName("stroke") JsonIgnore(Condition = 3)Stroke color.
public Nullable<Double> StrokeWidth { get; set; } #JsonPropertyName("strokeWidth") JsonIgnore(Condition = 3)Stroke width.
public Nullable<Double> FillOpacity { get; set; } #JsonPropertyName("fillOpacity") JsonIgnore(Condition = 3)Fill opacity.
public Nullable<Double> StrokeOpacity { get; set; } #JsonPropertyName("strokeOpacity") JsonIgnore(Condition = 3)Stroke opacity.
public String Cursor { get; set; } #JsonPropertyName("cursor") JsonIgnore(Condition = 3)Mouse cursor when hovering.