ContextMenuService.GetPlacement(DependencyObject) Method    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the value of the Placement property of the specified object.
public:
 static System::Windows::Controls::Primitives::PlacementMode GetPlacement(System::Windows::DependencyObject ^ element);[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static System.Windows.Controls.Primitives.PlacementMode GetPlacement(System.Windows.DependencyObject element);[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetPlacement : System.Windows.DependencyObject -> System.Windows.Controls.Primitives.PlacementModePublic Shared Function GetPlacement (element As DependencyObject) As PlacementModeParameters
- element
- DependencyObject
Object to query concerning the Placement property.
Returns
Value of the Placement property.
- Attributes