Table of Contents

Class PopupPositionRequest

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

Anchor

public PopupAnchor Anchor { get; }

Property Value

PopupAnchor

AnchorRect

public Rect? AnchorRect { get; }

Property Value

Rect?

ConstraintAdjustment

public PopupPositionerConstraintAdjustment ConstraintAdjustment { get; }

Property Value

PopupPositionerConstraintAdjustment

Gravity

public PopupGravity Gravity { get; }

Property Value

PopupGravity

Offset

public Point Offset { get; }

Property Value

Point

Placement

public PlacementMode Placement { get; }

Property Value

PlacementMode

PlacementCallback

public CustomPopupPlacementCallback? PlacementCallback { get; }

Property Value

CustomPopupPlacementCallback

Target

public Visual Target { get; }

Property Value

Visual