WebPage.Width

From Xojo Documentation

Revision as of 23:15, 14 August 2020 by Gperlman (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
You are currently browsing the old Xojo documentation site. It will go offline as of October 2, 2023. Please visit the new Xojo documentation site! - you will be redirected shortly...

Property (As Integer )
aWebPage.Width = newIntegerValue
or
IntegerValue = aWebPage.Width

New in 2010r4

Supported for all project types and targets.

The width (in pixels) of the web page.

Example

Display the page width:

Label1.Value = "Page width = " + Self.Width.ToString