Popup::PlacementRectangle Property
Gets or sets the rectangle relative to which the Popup control is positioned when it opens.
Assembly: PresentationFramework (in PresentationFramework.dll)
You can position a popup by setting the PlacementTarget, PlacementRectangle, Placement, HorizontalOffset, and VerticalOffsetProperty properties. For more information, see Popup Placement Behavior.
Identifier field | |
Metadata properties set to true | None |
The following example sets the PlacementRectangle property of a Popup. The X, Y, Width, and Height properties of the PlacementRectangle are 50, 50, 50, and 100, respectively. The Popup is relative to the bounds of the PlacementRectangle property. Note that the PlacementRectangle property does not create a visible element in the application; the example creates a Rectangle with the same bounds to represent the PlacementRectangle.
Available since 3.0