CustomPopupPlacement Structure
Defines custom placement parameters for a Popup control.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Name | Description | |
|---|---|---|
![]() | CustomPopupPlacement(Point, PopupPrimaryAxis) | Initializes a new instance of the CustomPopupPlacement structure. |
| Name | Description | |
|---|---|---|
![]() | Point | Gets or sets the point that is relative to the target object where the upper-left corner of the Popup control is placedl. |
![]() | PrimaryAxis |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Compares this structure with another CustomPopupPlacement structure to determine whether they are equal.(Overrides ValueType::Equals(Object^).) |
![]() | GetHashCode() | Gets the hash code for this structure. (Overrides ValueType::GetHashCode().) |
![]() | GetType() | |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(CustomPopupPlacement, CustomPopupPlacement) | Compares two CustomPopupPlacement structures to determine whether they are equal. |
![]() ![]() | Inequality(CustomPopupPlacement, CustomPopupPlacement) | Compares two CustomPopupPlacement structures to determine whether they are not equal. |
The CustomPopupPlacement structure defines a location for a Popup control with respect to its parent, and defines how the Popup moves to become more visible when it is obscured by a screen boundary.
A System.Windows.Controls.Primitives::CustomPopupPlacementCallback delegate returns an array of these structures as custom placement options for a Popup when the Placement property is set to Custom.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



