AnchorRectangle 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)
- C#
- VB
- F#
public Rect AnchorRectangle {
get;
set; }
Public Property AnchorRectangle As Rect
Get
Set
member AnchorRectangle : Rect with
get, set
Property Value
RectRemarks
The rectangle is relative to the parent geometry and may not extend outside the window geometry of the popup's parent.
See Also
Reference
PopupPositionerParameters Structure
Avalonia.Controls.Primitives.PopupPositioning Namespace