MapStyleSettingsTagHelper
Example
Razor
<map-style>
<fill />
<stroke />
</map-style>
ChildTags
| Tag Name | Details |
|---|---|
| fill | MapStyleFillSettingsTagHelper |
| stroke | MapStyleStrokeSettingsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| fill | MapStyleFillSettingsTagHelper | Sets the fill configuration of the shape. |
| stroke | MapStyleStrokeSettingsTagHelper | Sets the stroke configuration of the shape. |