Share via


Page.PreferredStatusBarUpdateAnimation 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 PreferredStatusBarUpdateAnimation (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.Page> config);
static member PreferredStatusBarUpdateAnimation : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.Page> -> Xamarin.Forms.PlatformConfiguration.iOSSpecific.UIStatusBarAnimation

Parameters

config
IPlatformElementConfiguration<iOS,Page>

The platform specific configuration that contains the 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