Style properties
- Last UpdatedApr 23, 2024
- 2 minute read
The following table lists the properties to configure style in GISMapApp:
|
Property |
Description |
|---|---|
|
StyleSheet |
Extra CSS rules to apply. Enables users to have full control of the styles applied to the UI controls and popups.
Some CSS variables are available for easy color customizations: |
|
PinStyle |
Style for marker showing the clicked coordinates. When a user clicks on the map, the Click property is set with the clicked coordinates, and a pin or marker is placed on the map on these coordinates. This property allows the styling of this marker or even disabling it (if an empty string is passed).
|
|
Theme |
Theme to use for the map UI controls and popup. This property can be used together with StyleSheet widget property to style the look and feel of the widget's controls and popup. Possible values are: light, dark and night. |

: default
: { "type":"esriSMS", "style":"esriSMSX", "color":[0,0,0,0], "outline": {"color":[0,0,255,255]
}, "size":7 }
: { "type": "esriPMS", "yoffset": 100, "url":"https://pic.onlinewebfonts.com/thumbnails/icons_1083.svg",
"height": 20,"width": 20 }