ComponentOne FinancialChart for WPF
C1.WPF 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
    'Usage
     
    
    Dim instance As IC1ContextMenu
    Dim value As FrameworkElement
     
    instance.PlacementTarget = value
     
    value = instance.PlacementTarget
    FrameworkElement PlacementTarget {get; set;}
    property FrameworkElement^ PlacementTarget {
       FrameworkElement^ get();
       void set (    FrameworkElement^ value);
    }
    See Also