Description

Gets or sets the height and width of the object.

Syntax

object.Size [ = size ]

object.Size = width, height

Property Value

size - a Size object that represents the height and width of the control in pixels.

width, height - an array of two numbers specifying the width and height of the control, in pixels.

Example

$Form.Size = 640, 480 $Form.Size = $System.Size(640, 480)




The CHM file was converted to HTML by chm2web software.