CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2015
    Posts
    1

    WPF - Radial menu

    Hello,
    I recently created an HTML page where I used this menu (see Figure). I need to create something similar in WPF. Does anybody have an idea how to achieve this. Thank you.

    http://codepen.io/lbebber/pen/LELBEo

    Name:  Menu.jpg
Views: 783
Size:  16.6 KB

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: WPF - Radial menu

    I would draw the background and then add red buttons with icons for each menu item.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured