Interface IUIToolkitApp
Interface for the application using UI Toolkit.
Inherited Members
Namespace: Unity.AppUI.MVVM
Assembly: Unity.AppUI.MVVM.dll
Syntax
public interface IUIToolkitApp : IApp<UIToolkitHost>, IApp, IDisposable, IInitializableComponent
Properties
rootVisualElement
The main page of the application.
Declaration
VisualElement rootVisualElement { get; set; }
Property Value
Type | Description |
---|---|
VisualElement |