PopupPositionerParametersAnchorRectangle Property
Specifies the anchor rectangle within the parent that the popup will be placed relative
to, in device-independent pixels.
Namespace: Avalonia.Controls.Primitives.PopupPositioningAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public Rect AnchorRectangle {
get;
set; }
Public Property AnchorRectangle As Rect
Get
Set
member AnchorRectangle : Rect with
get, set
Property Value
Rect
The rectangle is relative to the parent geometry and may not extend outside the window
geometry of the popup's parent.