Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1300
Spread wedges uniformly in UltraRadialMenu
posted

Hi,

How to spread the wedges in a radial menu uniformly? I mean all the wedges should be of same size.

I tried setting WedgeSpan and other properties.

Regards,

Prasad

Parents
No Data
Reply
  • 23930
    Offline posted

    Hi Prasad,

    Thank you for posting in our forums.

    What you can do in your case is to set the WedgeCount property to the count of the tools in the menu. This way the tools will fill the whole available space and they will have identical size. You can do this the following way:

                ultraRadialMenu1.MenuSettings.WedgeCount = ultraRadialMenu1.CenterTool.Tools.Count; 

    Please let me know if you have any additional questions.

Children