Example of Radial Menu in ASP.NET MVC SpeedDial Control
This sample demonstrates the radial menu display mode of action items in Speed Dial component. Click the Speed Dial button to open action items like radial menu.
DEMO
SOURCE
The default display mode is linear.The display mode of the Speed Dial component can be changed using theMode
property to Radial
. Radial display of action items can be customized using the below properties of RadialSettings
.
OffSet
- Specify the position of the action items along the offset-pathDirection
- Denotes whether to arrange action items in a clock or anti-clockwise direction.StartAngle
andEndAngle
- Specify the start and end angles in radial direction. By default, angle is calculated based on thePosition
property.