CustomPopupPlacementCallback Property
Gets or sets a delegate handler method that positions the Popup control, when Placement is set to Custom.
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public CustomPopupPlacementCallback? CustomPopupPlacementCallback { get; set; }
Public Property CustomPopupPlacementCallback As CustomPopupPlacementCallback
Get
Set
member CustomPopupPlacementCallback : CustomPopupPlacementCallback with get, set