Table of Contents

Class UraniumContentPage

Namespace
UraniumUI.Pages
Assembly
UraniumUI.dll
[ContentProperty("Body")]
public class UraniumContentPage : ContentPage, INotifyPropertyChanged, IVisualTreeElement, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IAnimatable, ILayout, IPageController, IVisualElementController, IElementController, IElementConfiguration<Page>, ISafeAreaView, ITitledElement, IToolbarElement, IContentView, IPadding, ICrossPlatformLayout, IHotReloadableView, IView, IElement, ITransform, IReplaceableView
Inheritance
UraniumContentPage
Implements
Inherited Members
Extension Methods

Constructors

UraniumContentPage()

public UraniumContentPage()

Fields

_contentGrid

protected Grid _contentGrid

Field Value

Grid

Properties

Attachments

public ObservableCollection<IPageAttachment> Attachments { get; set; }

Property Value

ObservableCollection<IPageAttachment>

Body

public View Body { get; set; }

Property Value

View

ContentFrame

public Border ContentFrame { get; }

Property Value

Border