Class ISN_UIScreen
An object that defines the properties associated with a hardware-based display.
Inheritance
System.Object
ISN_UIScreen
Implements
Namespace: SA.iOS.UIKit
Assembly: cs.temp.dll.dll
Syntax
public class ISN_UIScreen : ISN_NativeObject, ISN_UITraitEnvironment
Properties
MainScreen
Returns the screen object representing the device’s screen.
Declaration
public static ISN_UIScreen MainScreen { get; }
Property Value
Type | Description |
---|---|
ISN_UIScreen |
TraitCollection
The traits, such as the size class and scale factor, that describe the current environment of the object.
Declaration
public ISN_UITraitCollection TraitCollection { get; }
Property Value
Type | Description |
---|---|
ISN_UITraitCollection |