Popup::CustomPopupPlacementCallback Property
.NET Framework (current version)
Gets or sets a delegate handler method that positions the Popup control.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: [BindableAttribute(false)] property CustomPopupPlacementCallback^ CustomPopupPlacementCallback { CustomPopupPlacementCallback^ get(); void set(CustomPopupPlacementCallback^ value); }
Property Value
Type: System.Windows.Controls.Primitives::CustomPopupPlacementCallback^The CustomPopupPlacementCallback delegate method that provides placement information for the Popup control. The default is null.
.NET Framework
Available since 3.0
Available since 3.0
Show: