Interface IManagedPopupPositionerPopup
- Namespace
- Avalonia.Controls.Primitives.PopupPositioning
- Assembly
- Avalonia.Controls.dll
[PrivateApi]
public interface IManagedPopupPositionerPopup
Properties
ParentClientAreaScreenGeometry
Rect ParentClientAreaScreenGeometry { get; }
Property Value
Scaling
double Scaling { get; }
Property Value
Screens
IReadOnlyList<ManagedPopupPositionerScreenInfo> Screens { get; }
Property Value
Methods
MoveAndResize(Point, Size)
void MoveAndResize(Point devicePoint, Size virtualSize)