Difference between revisions of "Image"

From Lianjapedia
Jump to: navigation, search
Line 10: Line 10:
 
!Value
 
!Value
 
!width="50%"|Description
 
!width="50%"|Description
|-
 
|Picture
 
|RW
 
|Character
 
|Filename of image displayed
 
|-
 
|Stretch
 
|RW
 
|Boolean
 
|Whether image should be scaled
 
 
|-
 
|-
 
|Closable
 
|Closable
Line 30: Line 20:
 
|valign="top"|Boolean
 
|valign="top"|Boolean
 
|valign="top"|Whether height of image should be based on width
 
|valign="top"|Whether height of image should be based on width
 +
|-
 +
|Picture
 +
|RW
 +
|Character
 +
|Filename of image displayed
 +
|-
 +
|Stretch
 +
|RW
 +
|Boolean
 +
|Whether image should be scaled
 
|-
 
|-
 
|}
 
|}

Revision as of 10:19, 30 April 2013

Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.

Properties

This class supports the Common Properties plus the following:

Property Access (R/RW) Value Description
Closable RW Boolean Whether image should be closable
HeightForWidth RW Boolean Whether height of image should be based on width
Picture RW Character Filename of image displayed
Stretch RW Boolean Whether image should be scaled

Methods

This class supports the Common Methods plus the following:

Method Args Description
Zoom width as Numeric, height as Numeric, closable as Boolean Zoom the image to the specified size and with specified Closable setting

Events

This class supports the Common Events plus the following:

Event Args Description