xButton.GetSize

table xButton.GetSize ( 

string ObjectName )

Example 1

button_size = xButton.GetSize("Installer");

Gets the pixel dimensions of the "Installer" xButton object and stores the width and height values in the "button_size" table. The dimensions can be accessed by referencing button_size.Width and button_size.Height.

See also:  Related Actions