UIPage Class
Namespace: Stride.EngineAssembly: Stride.UI.dll
A page containing a UI hierarchy.
                 Derived from UIPage: 
              
              
              
[DataContract("UIPage")]
[ContentSerializer(typeof(DataContentSerializerWithReuse<UIPage>))]
[DataSerializerGlobal(typeof(ReferenceSerializer<UIPage>), null, DataSerializerGenericMode.None, false, false, Profile = "Content")]
public sealed class UIPage : ComponentBase, IDisposable, IComponent, IReferencable, ICollectorHolder
              | Name | Description | |
|---|---|---|
| Properties | ||
| RootElement | Gets or sets the root element of the page.  | 
                          |
Properties
RootElement
Gets or sets the root element of the page.
[DataMember]
public UIElement RootElement { get; set; }
              Property Value
| Type | Description | 
|---|---|
| UIElement |