PopupPositionerParametersAnchorRectangle Property

Specifies the anchor rectangle within the parent that the popup will be placed relative to, in device-independent pixels.

Definition

Namespace: Avalonia.Controls.Primitives.PopupPositioning
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public Rect AnchorRectangle {
	get;
 set; }

Property Value

Rect

Remarks

The rectangle is relative to the parent geometry and may not extend outside the window geometry of the popup's parent.

See Also