UIScreen.AvailableModes 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 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