[]
Gets or sets the rectangle relative to which the DropDownWindow control is positioned when it opens. This is a dependency property.
[Bindable(true)]
public Rect PlacementRectangle { get; set; }
<Bindable(True)>
Public Property PlacementRectangle As Rect
Type | Description |
---|---|
Rect | The rectangle that is used to position the DropDownWindow control. The default is System.Windows.Rect.Empty. |
You can position a popup by setting the PlacementTarget, PlacementRectangle, Placement, HorizontalOffset, and VerticalOffset properties. For more information, see Popup Placement Behavior.