UIScreen.Screens 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.
All the screens attached the device.
public static UIKit.UIScreen[] Screens { [Foundation.Export("screens")] get; }
member this.Screens : UIKit.UIScreen[]
Property Value
UIScreen[]
The main screen is always at index 0.
- Attributes
Remarks
The main screen is always at index 0 in this array.