API Reference
Class
JsVectorMarkerLabelState
Marker label style.
Inheritance
- Object
- JsVectorMarkerLabelState
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 JsVectorMarkerLabelStyle.Hover
- Property JsVectorMarkerLabelStyle.Initial
- Property JsVectorMarkerLabelStyle.Selected
- Property JsVectorMarkerLabelStyle.SelectedHover
Constructors
public JsVectorMarkerLabelState() #Inherited Methods
Properties
public String FontFamily { get; set; } #JsonPropertyName("fontFamily") JsonIgnore(Condition = 3)Font family.
public Nullable<Int32> FontSize { get; set; } #JsonPropertyName("fontSize") JsonIgnore(Condition = 3)Label font size.
public Nullable<Int32> FontWeight { get; set; } #JsonPropertyName("fontWeight") JsonIgnore(Condition = 3)Font weight.
public String Fill { get; set; } #JsonPropertyName("fill") JsonIgnore(Condition = 3)Label color (SVG fill).
public String Cursor { get; set; } #JsonPropertyName("cursor") JsonIgnore(Condition = 3)Mouse cursor.