Skip to content

Commit ae487d1

Browse files
committed
chore: kb polish
1 parent f89acd3 commit ae487d1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

knowledge-base/map-kb-customize-marker-colors.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,14 @@
11
---
2-
title: How to Customize Map Marker Colors in Blazor Applications
2+
title: How to Customize Map Marker Colors
33
description: Learn how to customize the appearance of map markers by setting and changing their colors in a Blazor application.
44
type: how-to
5-
page_title: How to Customize Map Marker Colors in Blazor Applications
5+
page_title: How to Customize Map Marker Colors
66
slug: map-kb-customize-marker-colors
77
tags: map, markers
88
res_type: kb
99
ticketid: 1675518
1010
---
1111

12-
## Description
13-
14-
When integrating a [Map for Blazor](slug://components/map/layers), you might want to customize the appearance of your map markers to differentiate them or match your application's theme. This knowledge base article also answers the following questions:
15-
16-
- How can I set the color of a map marker in Blazor?
17-
- How to change the color of specific map markers based on their titles?
18-
- How to apply custom styles to map markers in a Blazor application?
19-
2012
## Environment
2113

2214
<table>
@@ -28,6 +20,14 @@ When integrating a [Map for Blazor](slug://components/map/layers), you might wan
2820
</tbody>
2921
</table>
3022

23+
## Description
24+
25+
When integrating a [Map for Blazor](slug://components/map/layers), you might want to customize the appearance of your map markers to differentiate them or match your application's theme. This knowledge base article also answers the following questions:
26+
27+
- How can I set the color of a map marker in Blazor?
28+
- How to change the color of specific map markers based on their titles?
29+
- How to apply custom styles to map markers in a Blazor application?
30+
3131
## Solution
3232

3333
To customize the color of map markers in a Blazor application, you can [override the default theme styles](slug://themes-override).

0 commit comments

Comments
 (0)