height property

int height
getter/setter pair

The height (pixels) to be set. The range is [2, 1920], and must be an even number. The default value is 360 pixels.

If an odd number is set, the height will be adjusted to the next larger even number.

Implementation

int height;