In this topic, you will create a submenu that's attached to one of a C1RadialMenu's items. This topic assumes that you have created a top-level radial menu (see Creating a Top-Level Menu) with at least one C1RadialMenuItem.
Complete the following steps:
<Xaml:C1RadialMenu>
and </Xaml:C1RadialMenu>
tags.
Markup Copy Code <Xaml:C1RadialMenuItem Header="Tap Here" > <Xaml:C1RadialMenuItem Header="Item 1" /> <Xaml:C1RadialMenuItem Header="Item 2" /> <Xaml:C1RadialMenuItem Header="Item 3" /> </Xaml:C1RadialMenuItem>
This Topic Illustrates the Following:
This is the C1RadialMenu control after you tap the Tap Here item: