Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1RadialMenu Class / RootElement Property

In This Topic
    RootElement Property (C1RadialMenu)
    In This Topic
    Gets the root visible element of the C1RadialMenu control.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RootElement As FrameworkElement
    public FrameworkElement RootElement {get;}
    Remarks
    If you need to show popup relative to the C1RadialMenu control, use RootElement as PlacementTarget.
    See Also