In this step, you will learn how to add an icon to a C1RadialMenuItem|tag=C1RadialMenuItem_Class.
In XAML
Complete the following steps:
<Xaml:C1RadialMenuItem>
and </Xaml:C1RadialMenuItem>
tags, replacing the value of the Source property with your image's name:
Markup Copy Code <Xaml:C1RadialMenuItem.Icon> <Image Source="YourImage.png" Height="12" Width="12" Margin="5,0,0,0"/> </Xaml:C1RadialMenuItem.Icon>
This Topic Illustrates the Following:
The following image depicts a C1RadialMenuItem with a 12x12 pixel icon.