From da040c6cba4cda2c6280419761649120f8757de0 Mon Sep 17 00:00:00 2001 From: Oleksandr Liakhevych Date: Tue, 27 Jul 2021 14:32:40 +0300 Subject: [PATCH] Add Background example --- .../ControlGallery/Views/ShellPropertiesPlayground.razor | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/samples/ControlGallery/ControlGallery/Views/ShellPropertiesPlayground.razor b/samples/ControlGallery/ControlGallery/Views/ShellPropertiesPlayground.razor index 4ed1a24..4908092 100644 --- a/samples/ControlGallery/ControlGallery/Views/ShellPropertiesPlayground.razor +++ b/samples/ControlGallery/ControlGallery/Views/ShellPropertiesPlayground.razor @@ -3,6 +3,13 @@ + + + + + + + -@code{ +@code { Microsoft.MobileBlazorBindings.Elements.Page page; bool navBarVisible = true;