PopupFlyoutBaseCustomPopupPlacementCallback 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) Version: 11.3.999
public CustomPopupPlacementCallback? CustomPopupPlacementCallback { get; set; }

Property Value

CustomPopupPlacementCallback

See Also