iOSView.Size

From Xojo Documentation

Method

iOSView.Size() As Xojo.Core.Size

Supported on Mobile(iOS).

The size (in points) of the entire View area.

Sample Code

Get the size of the View:

Var screenSize As Text = Self.Size.Width.ToText + " by " + Self.Size.Height.ToText