Skip to content

Commit fc56c6d

Browse files
Merge pull request #378 from syncfusion-content/SEO-176113-Core-Missing-H1
SEO-176113-Core-Missing-H1
2 parents c626819 + eb26e23 commit fc56c6d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

aspnet-core/RadialMenu/TemplateSupport.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
layout: post
3-
title: Syncfusion Radial Menu Template Support.
4-
description: template support.
3+
title: Template Support in ASP.NET Core Radial Menu Control | Syncfusion
4+
description: Learn here about template support in Syncfusion Essential ASP.NET Core Radial Menu Control, its elements, and more.
55
platform: aspnet-core
66
control: RadialMenu
77
documentation: ug
88
---
99

10-
## Template Support
10+
# Template Support in ASP.NET Core Radial Menu
1111

1212
Template support for RadialMenu items will allow you to use any type of [\<svg\>](https://developer.mozilla.org/en-US/docs/Web/SVG/Element#SVG_elements) permitted tags inside our template. Here for example, using this template support you can use the SVG icons in Radial Menu instead of image tags. To use SVG icons in RadialMenu, you need to use [prepend-to](https://help.syncfusion.com/api/js/ejradialmenu#members:items-prependTo) property.
1313

14-
### Add SVG to item Icon
14+
## Add SVG to item Icon
1515

1616
Using SVG icon will optimize the icons quality and to reduce space occupation by normal images and svg images are scalable and Zoom. Define the text element for SVG with x and y position and code for rendering the font icons. Assign the SVG element ID to **prepend-to** property.
1717

0 commit comments

Comments
 (0)