ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / IC1ContextMenu Interface / PlacementTarget Property

In This Topic
    PlacementTarget Property (IC1ContextMenu)
    In This Topic
    Gets or sets the FrameworkElement relative to which the context menu is positioned when it opens.
    Syntax
    'Declaration
     
    Property PlacementTarget As Windows.UI.Xaml.FrameworkElement
    Windows.UI.Xaml.FrameworkElement PlacementTarget {get; set;}
    See Also