Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1RadialMenu Class / Show Method / Show(FrameworkElement,Point) Method
Specifies the control to which the context menu is associated.
The offset coordinates where the context menu will be displayed. These coordinates are relative to the control specified in the control parameter.

In This Topic
    Show(FrameworkElement,Point) Method
    In This Topic
    Displays the radial menu at the specified position.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Show( _
       ByVal placementTarget As FrameworkElement, _
       ByVal offset As Point _
    ) 

    Parameters

    placementTarget
    Specifies the control to which the context menu is associated.
    offset
    The offset coordinates where the context menu will be displayed. These coordinates are relative to the control specified in the control parameter.
    Remarks
    This method shows menu in the collapsed state.
    See Also