Menu for WPF | ComponentOne
C1.WPF.Menu 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 FrameworkElement
    FrameworkElement PlacementTarget {get; set;}
    See Also