# Size

A simple object consisting of size measurements.

Availability
2.0.0
2.0.0
9.2.0
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Overview

The Titanium.UI.View.size property returns a dimension object with x and y both set to 0.

# Properties

# height

Availability
2.0.0
2.0.0
9.2.0
height :Number

The height measurement.


# width

Availability
2.0.0
2.0.0
9.2.0
width :Number

The width measurement.