API Reference
Class
JsVectorRegionStyleState
Region style state.
Inheritance
- Object
- JsVectorRegionStyleState
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.