ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
This class represents one value in a ValueMarkerStyle.
N/A
Initialize a new instance of the MarkerValueItem class using the value string specified.
N/A
MarkerValueItem(String,MarkerStyle)
Initialize a new instance of the MarkerValueItem class with the value string and custom marker style specified.
It is recommended that you do not use this constructor if it is not necessary. Instead, you can set the properties directly on the DefaultMarkerStyle.
N/A
N/A
N/A
N/A
N/A
N/A
Gets or sets the value that we will use to match with the feature data. If the value matches, we will use the style for this item.
N/A
Gets or sets the marker style that will be applied to the markers if the CustomMarkerStyle is not defined.
N/A
Gets or sets the style that could be any type of MarkerStyle.
The CustomMarkerStyle could be any type of MarkerStyle. This style has a higher priority than the DefaultMarkerStyle. This means that if you defined both DefaultMarkerStyle and CustomMarkerStyle, the CustomMarkerStyle will be used.