The NGUtil type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| IsHighDensityDisplay |
Are we on a high density screen (e.g. Retina display)?
| |
| IsPortrait |
Returns true, if according to Screen.width and Screen.height, we
are in portrait mode; and false, if we are more likely in
landscape mode (according to Screen.width and Screen.height). A square
screen will return false (we define square as "still landscape" ;-) ).
|
See Also