Page.PreferredStatusBarUpdateAnimation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.