Table of Contents

Interface INativeControlHostControlTopLevelAttachment

Namespace
Avalonia.Controls.Platform
Assembly
Avalonia.Controls.dll
[Unstable]
public interface INativeControlHostControlTopLevelAttachment : IDisposable
Inherited Members

Properties

AttachedTo

INativeControlHostImpl? AttachedTo { get; set; }

Property Value

INativeControlHostImpl

Methods

HideWithSize(Size)

void HideWithSize(Size size)

Parameters

size Size

IsCompatibleWith(INativeControlHostImpl)

bool IsCompatibleWith(INativeControlHostImpl host)

Parameters

host INativeControlHostImpl

Returns

bool

ShowInBounds(Rect)

void ShowInBounds(Rect rect)

Parameters

rect Rect