UIViewController.PreferredStatusBarUpdateAnimation 속성

정의

상태 표시줄을 숨기고 표시하기 위한 기본 설정 애니메이션 스타일입니다.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIStatusBarAnimation PreferredStatusBarUpdateAnimation { [Foundation.Export("preferredStatusBarUpdateAnimation")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.PreferredStatusBarUpdateAnimation : UIKit.UIStatusBarAnimation

속성 값

사용할 상태 표시줄 애니메이션의 스타일입니다.

특성

설명

이는 UIStatusBarAnimation 열거형의 상수 중 하나입니다.

적용 대상