Interface IUIToolkitApp
Interface for the application using UI Toolkit.
Namespace: Unity.AppUI .MVVM
Assembly: solution.dll
Syntax
public interface IUIToolkitApp : IApp, IDisposable
Properties
hosts
The hosts of the application.
Declaration
IEnumerable<IUIToolkitHost> hosts { get; }
Property Value
Type | Description |
---|---|
IEnumerable<IUIToolkit |
mainPage
The main page of the application.
Declaration
VisualElement mainPage { get; set; }
Property Value
Type | Description |
---|---|
Visual |