ComponentOne FinancialChart for WPF
PlacementTarget Property (IC1ContextMenu)



C1.WPF Namespace > IC1ContextMenu Interface : PlacementTarget Property
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

Reference

IC1ContextMenu Interface
IC1ContextMenu Members