- Namespace
- Avalonia.Controls.Primitives.PopupPositioning
- Assembly
- Avalonia.Controls.dll
[PrivateApi]
[Unstable("This API may be removed in Avalonia 12. If you depend on this API, please open an issue with details of your use-case.")]
public class PopupPositionRequest
- Inheritance
-
PopupPositionRequest
- Inherited Members
-
Properties
public PopupAnchor Anchor { get; }
Property Value
- PopupAnchor
public Rect? AnchorRect { get; }
Property Value
- Rect?
public PopupPositionerConstraintAdjustment ConstraintAdjustment { get; }
Property Value
- PopupPositionerConstraintAdjustment
public PopupGravity Gravity { get; }
Property Value
- PopupGravity
public Point Offset { get; }
Property Value
- Point
public PlacementMode Placement { get; }
Property Value
- PlacementMode
public CustomPopupPlacementCallback? PlacementCallback { get; }
Property Value
- CustomPopupPlacementCallback
public Visual Target { get; }
Property Value
- Visual