Automatic menu collapsing allows users to collapse the C1RadialMenu by clicking outside of the menu area. To enable automatic menu collapsing, set the AutoCollapse property to True.
In XAML
Complete the following steps:
In Code
Complete the following steps:
Visual Basic Copy CodeC1RadialMenu1.AutoCollapse = True
C# Copy CodeC1RadialMenu1.AutoCollapse = true;
This Topic Illustrates the Following:
After you've run the project, right tap the page to view the Navigation Button. Tap the Navigation Button to open the C1RadialMenu. With the radial menu open, click outside of the menu and observe that the C1RadialMenu closes.