UIApplication.StatusBarOrientationAnimationDuration Property
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.
The length of the animation used when the status bar rotates.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual double StatusBarOrientationAnimationDuration { [Foundation.Export("statusBarOrientationAnimationDuration")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.StatusBarOrientationAnimationDuration : double
Property Value
Returns the animation duration in seconds for the status bar during a 90 degree change in orientation.
- Attributes