API Reference
Class
JsVectorRegionLabelState
Region label style.
Inheritance
- Object
- JsVectorRegionLabelState
Constructors
public JsVectorRegionLabelState() #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.