UIScreen.Screens Property

Definition

All the screens attached the device.

public static UIKit.UIScreen[] Screens { [Foundation.Export("screens")] get; }
member this.Screens : UIKit.UIScreen[]

Property Value

The main screen is always at index 0.

Attributes

Remarks

The main screen is always at index 0 in this array.

Applies to