Gets or sets the element relative to which the ContextMenu is positioned when it opens. This is a dependency property.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public UIElement PlacementTarget { get; set; }
Visual Basic
Public Property PlacementTarget As UIElement
	Get
	Set
Visual C++
public:
property UIElement^ PlacementTarget {
	UIElement^ get ();
	void set (UIElement^ value);
}

See Also