UIApplication.NetworkActivityIndicatorVisible 属性

定义

控制设备上的网络活动指示器的状态。

[ObjCRuntime.ThreadSafe]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool NetworkActivityIndicatorVisible { [Foundation.Export("isNetworkActivityIndicatorVisible")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setNetworkActivityIndicatorVisible:")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.NetworkActivityIndicatorVisible : bool with get, set

属性值

一个布尔值,用于打开或关闭网络活动指示器。

属性

注解

这可以从后台线程使用。

适用于