14        public virtual double ViewWidthRequest => (DeviceDisplay.MainDisplayInfo.Width / DeviceDisplay.MainDisplayInfo.Density) * (7.0 / 8.0);
 
   19        public virtual double MaximumViewHeightRequest => (DeviceDisplay.MainDisplayInfo.Height / DeviceDisplay.MainDisplayInfo.Density) * (3.0 / 4.0);
 
   34            set => this.BindingContext = value;
 
   41            this.InitializeComponent();
 
   54        protected override void OnAppearing()
 
   86        private async 
void LoadScreenshotAsync()
 
Base class that references services in the app.
 
static IUiService UiService
Service serializing and managing UI-related tasks.
 
Static class that gives access to app-specific themed colors
 
static Color PrimaryBackground
Primary background color.