Page.GetPreferredStatusBarUpdateAnimation(BindableObject) Method

Definition

Returns a value that tells whether the preferred animation style to use when updating the status bar is None, Slide, or Fade.

public static Xamarin.Forms.PlatformConfiguration.iOSSpecific.UIStatusBarAnimation GetPreferredStatusBarUpdateAnimation (Xamarin.Forms.BindableObject element);
static member GetPreferredStatusBarUpdateAnimation : Xamarin.Forms.BindableObject -> Xamarin.Forms.PlatformConfiguration.iOSSpecific.UIStatusBarAnimation

Parameters

element
BindableObject

The platform specific element on which to perform the operation.

Returns

A value that tells whether the preferred animation style to use when updating the status bar is None, Slide, or Fade.

Applies to