Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    UIPage Class

    Namespace: Stride.Engine
    Assembly: Stride.UI.dll

    A page containing a UI hierarchy.

    System.Object → DisposeBase → ComponentBase → UIPage
    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.

    | Improve this Doc View Source

    Properties


    RootElement

    Gets or sets the root element of the page.

    [DataMember]
    public UIElement RootElement { get; set; }
    Property Value
    Type Description
    UIElement

    Inherited Members

    ComponentBase.Tags
    ComponentBase.Name
    ComponentBase.Destroy()
    ComponentBase.ICollectorHolder.Collector
    ComponentBase.OnNameChanged()
    ComponentBase.ToString()
    DisposeBase.Dispose()
    DisposeBase.IsDisposed
    DisposeBase.IReferencable.ReferenceCount
    DisposeBase.IReferencable.AddReference()
    DisposeBase.IReferencable.Release()
    DisposeBase.OnAddReference()
    DisposeBase.OnReleaseReference()

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation