ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1RadialMenu Class
Members

In This Topic
    C1RadialMenu Class
    In This Topic
    The C1RadialMenu control represents a touch-friendly alternative to the traditional context menu.
    Object Model
    C1RadialMenu Class
    Syntax
    'Declaration
     
    Public Class C1RadialMenu 
       Inherits Windows.UI.Xaml.Controls.ItemsControl
       Implements IC1ContextMenu 
    public class C1RadialMenu : Windows.UI.Xaml.Controls.ItemsControl, IC1ContextMenu  
    Inheritance Hierarchy

    System.Object
       Windows.UI.Xaml.DependencyObject
          Windows.UI.Xaml.UIElement
             Windows.UI.Xaml.FrameworkElement
                Windows.UI.Xaml.Controls.Control
                   Windows.UI.Xaml.Controls.ItemsControl
                      C1.Xaml.C1RadialMenu

    See Also