API Reference
Class
JsVectorMarkerStyleState
Marker style state.
Inheritance
- Object
- JsVectorMarkerStyleState
Constructors
public JsVectorMarkerStyleState() #Inherited Methods
Properties
public Nullable<Double> Radius { get; set; } #JsonPropertyName("r") JsonIgnore(Condition = 3)Marker radius.
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> Opacity { get; set; } #JsonPropertyName("opacity") JsonIgnore(Condition = 3)Marker opacity.
public Nullable<Double> FillOpacity { get; set; } #JsonPropertyName("fillOpacity") JsonIgnore(Condition = 3)Fill opacity (SVG fill-opacity).
public Nullable<Double> StrokeOpacity { get; set; } #JsonPropertyName("strokeOpacity") JsonIgnore(Condition = 3)Stroke opacity (SVG stroke-opacity).
public String Cursor { get; set; } #JsonPropertyName("cursor") JsonIgnore(Condition = 3)Mouse cursor when hovering.