Page.SetPreferredStatusBarUpdateAnimation Method

Definition

Overloads

SetPreferredStatusBarUpdateAnimation(BindableObject, UIStatusBarAnimation)

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

SetPreferredStatusBarUpdateAnimation(IPlatformElementConfiguration<iOS,Page>, UIStatusBarAnimation)

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

SetPreferredStatusBarUpdateAnimation(BindableObject, UIStatusBarAnimation)

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

public static void SetPreferredStatusBarUpdateAnimation (Xamarin.Forms.BindableObject element, Xamarin.Forms.PlatformConfiguration.iOSSpecific.UIStatusBarAnimation value);
static member SetPreferredStatusBarUpdateAnimation : Xamarin.Forms.BindableObject * Xamarin.Forms.PlatformConfiguration.iOSSpecific.UIStatusBarAnimation -> unit

Parameters

element
BindableObject

The platform specific element on which to perform the operation.

value
UIStatusBarAnimation

The new property value to assign.

Applies to

SetPreferredStatusBarUpdateAnimation(IPlatformElementConfiguration<iOS,Page>, UIStatusBarAnimation)

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

public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.Page> SetPreferredStatusBarUpdateAnimation (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.Page> config, Xamarin.Forms.PlatformConfiguration.iOSSpecific.UIStatusBarAnimation value);
static member SetPreferredStatusBarUpdateAnimation : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.Page> * Xamarin.Forms.PlatformConfiguration.iOSSpecific.UIStatusBarAnimation -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.Page>

Parameters

config
IPlatformElementConfiguration<iOS,Page>

The platform specific configuration that contains the element on which to perform the operation.

value
UIStatusBarAnimation

The new property value to assign.

Returns

The updated configuration object on which developers can make successive method calls.

Applies to