4 references to PreferredStatusBarUpdateAnimationProperty
Microsoft.Maui.Controls (4)
PlatformConfiguration\iOSSpecific\Page.cs (4)
74
return (UIStatusBarAnimation)element.GetValue(
PreferredStatusBarUpdateAnimationProperty
);
85
element.SetValue(
PreferredStatusBarUpdateAnimationProperty
, value);
87
element.SetValue(
PreferredStatusBarUpdateAnimationProperty
, value);
89
element.SetValue(
PreferredStatusBarUpdateAnimationProperty
, value);