Customizing the C1RadialMenu's Appearance
 
            
                In This Topic
            
            You can quickly and easily customize the C1RadialMenu's appearance using just a few properties.
Complete the following steps:
    - Add the following properties to the <Xaml: C1RadialMenu> tag:
 
    - AccentBrush="#FF28B01A"
 
    - Background="#FFC3D5FB"
 
    - BorderBrush="#FF3652B4"
 
    - Foreground="#FF4210EE"
 
    - Run your application.
 
This Topic Illustrates the Following:
When you run your application, it should resemble the following image:
 
 
            
            See Also