Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1ContextMenu Class / PlacementTarget Property

In This Topic
    PlacementTarget Property (C1ContextMenu)
    In This Topic
    Gets or sets the FrameworkElement relative to which the C1ContextMenu is positioned when it opens.
    Syntax
    'Declaration
     
    
    Public Property PlacementTarget As FrameworkElement
    public FrameworkElement PlacementTarget {get; set;}
    See Also