Label.GetSize

table Label.GetSize ( 

string ObjectName )

Example 1

email_size = Label.GetSize("Email Link");

Gets the pixel dimensions of the "Email Link" label object and stores the width and height values in the "email_size" table. The dimensions can be accessed by referencing email_size.Width and email_size.Height.

See also:  Related Actions