Show(FrameworkElement,Point,Boolean) Method
 
            
                In This Topic
            
            Displays the radial menu at the specified position.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Overloads Sub Show( _
   ByVal  As Windows.UI.Xaml.FrameworkElement, _
   ByVal  As Windows.Foundation.Point, _
   ByVal expand As System.Boolean _
) 
             
        
            
            public void Show( 
   Windows.UI.Xaml.FrameworkElement ,
   Windows.Foundation.Point ,
   System.bool expand
)
             
        
             
        
            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.
 - expand
 
- Specifies whhether menu should be expanded at opening.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also