TXTextControl.Size Object

Stores a pair of numbers which specify a height and width.

Syntax

[JavaScript]
{
    width: <number>,
    height: <number>,
}

Properties

Property Description
height The height.
width The width.