次の方法で共有


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 列挙型の定数の 1 つです。

適用対象