IPopupHost Interface
Represents the top-level control opened by a
Popup.
Namespace: Avalonia.Controls.PrimitivesAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
[NotClientImplementableAttribute]
[UnstableAttribute("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 interface IPopupHost : IDisposable,
IFocusScope
<NotClientImplementableAttribute>
<UnstableAttribute("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 Interface IPopupHost
Inherits IDisposable, IFocusScope
[<NotClientImplementableAttribute>]
[<UnstableAttribute("This API may be removed in Avalonia 12. If you depend on this API, please open an issue with details of your use-case.")>]
type IPopupHost =
interface
interface IDisposable
interface IFocusScope
end
- Implements
- IFocusScope, IDisposable
| Height |
Gets or sets the fixed height of the popup.
|
| HostedVisualTreeRoot |
Gets the root of the visual tree in the case where the popup is presented using a
separate visual tree.
|
| MaxHeight |
Gets or sets the maximum height of the popup.
|
| MaxWidth |
Gets or sets the maximum width of the popup.
|
| MinHeight |
Gets or sets the minimum height of the popup.
|
| MinWidth |
Gets or sets the minimum width of the popup.
|
| Presenter |
Gets the presenter from the control's template.
|
| Topmost |
Gets or sets whether the popup appears on top of all other windows.
|
| Transform |
Gets or sets a transform that will be applied to the popup.
|
| Width |
Gets or sets the fixed width of the popup.
|