UIScreen.AvailableModes Property

Definition

The dislay modes supported by this UIScreen. Read-only.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIScreenMode[] AvailableModes { [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("availableModes", ObjCRuntime.ArgumentSemantic.Copy)] get; }
member this.AvailableModes : UIKit.UIScreenMode[]

Property Value

An array containing one or more UIScreenMode objects.

Attributes

Applies to