Class UIPage
A page containing a UI hierarchy.
[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
- Inheritance
-
UIPage
- Implements
- Inherited Members
- Extension Methods
Properties
RootElement
Gets or sets the root element of the page.
[DataMember]
public UIElement RootElement { get; set; }