ComponentOne FinancialChart for WPF
RootElement Property



C1.WPF Namespace > C1RadialMenu Class : RootElement Property
Gets the root visible element of the C1RadialMenu control.
Syntax
'Declaration
 
Public ReadOnly Property RootElement As FrameworkElement
'Usage
 
Dim instance As C1RadialMenu
Dim value As FrameworkElement
 
value = instance.RootElement
public FrameworkElement RootElement {get;}
public:
property FrameworkElement^ RootElement {
   FrameworkElement^ get();
}
Remarks
If you need to show popup relative to the C1RadialMenu control, use RootElement as PlacementTarget.
See Also

Reference

C1RadialMenu Class
C1RadialMenu Members