You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<LabelText="The Snackbar is a timed alert that appears at the bottom of the screen by default. It is dismissed after a configurable duration of time. Snackbar is fully customizable and can be anchored to any IView."
20
-
LineBreakMode = "WordWrap" />
18
+
<GridRowSpacing="12"
19
+
RowDefinitions="70,20,40,40,40,20">
20
+
<Label Grid.Row="0"
21
+
Text="The Snackbar is a timed alert that appears at the bottom of the screen by default. It is dismissed after a configurable duration of time. Snackbar is fully customizable and can be anchored to any IView."
22
+
HorizontalTextAlignment="Justify"
23
+
LineBreakMode = "WordWrap" />
21
24
22
-
<LabelText="Windows uses toast notifications to display snackbar. Make sure you switched off Focus Assist."
25
+
<Label Grid.Row="1"
26
+
Text="NOTE: Windows uses toast notifications to display snackbar. Be sure you've switched off Focus Assist."
publicstaticUIViewParentView=>Microsoft.Maui.Platform.UIApplicationExtensions.GetKeyWindow(UIApplication.SharedApplication)??thrownewInvalidOperationException("KeyWindow is not found");
17
+
publicUIViewParentView{get;}=Microsoft.Maui.Platform.UIApplicationExtensions.GetKeyWindow(UIApplication.SharedApplication)??thrownewInvalidOperationException("KeyWindow is not found");
17
18
18
19
/// <summary>
19
20
/// PopupView Children
20
21
/// </summary>
21
22
publicIReadOnlyList<UIView>Children=>children;
22
-
23
-
/// <summary>
24
-
/// <see cref="UIView"/> on which Alert will appear. When null, <see cref="AlertView"/> will appear at bottom of screen.
0 commit comments