Interface INativeControlHostControlTopLevelAttachment
- Namespace
- Avalonia.Controls.Platform
- Assembly
- Avalonia.Controls.dll
[Unstable]
public interface INativeControlHostControlTopLevelAttachment : IDisposable
- Inherited Members
-
Properties
INativeControlHostImpl? AttachedTo { get; set; }
Property Value
- INativeControlHostImpl
Methods
void HideWithSize(Size size)
Parameters
size
Size
bool IsCompatibleWith(INativeControlHostImpl host)
Parameters
host
INativeControlHostImpl
Returns
- bool
void ShowInBounds(Rect rect)
Parameters
rect
Rect