Having trouble getting help?
Contact Support
Contact Support
Enable Free Rotation in UWP Radial Menu (SfRadialMenu)
10 May 20211 minute to read
EnableFreeRotation property enable/disable rotation behavior of SfRadialMenu.
<navigation:SfRadialMenu x:Name="radialMenu" EnableFreeRotation="False" IsOpen="True" />
radialMenu.EnableFreeRotation = false;
radialMenu.EnableFreeRotation = False