Summary
Specifies the anchor rectangle within the parent that the popup will be placed relative
to, in device-independent pixels.
- Namespace
- Avalonia
.Controls .Primitives .PopupPositioning - Containing Type
- Popup
Positioner Parameters
Syntax
public Rect AnchorRectangle { get; set; }
Remarks
The rectangle is relative to the parent geometry and may not extend outside the window
geometry of the popup's parent.
Value
Type | Description |
---|---|
Rect |