Difference between revisions of "Progressbar"

From Lianjapedia
Jump to: navigation, search
Line 11: Line 11:
 
!width="50%"|Description
 
!width="50%"|Description
 
|-
 
|-
|Text
+
 
|RW
+
|Character
+
|Text associated with the progressbar
+
|-
+
|Value
+
|RW
+
|Numeric
+
|Current progressbar value
+
|-
+
 
|valign="top"|Alignment
 
|valign="top"|Alignment
 
|valign="top"|RW
 
|valign="top"|RW
Line 40: Line 31:
 
|Numeric
 
|Numeric
 
|Orientation: 0 = horizontal, 1 = vertical
 
|Orientation: 0 = horizontal, 1 = vertical
 +
|-
 +
|Text
 +
|RW
 +
|Character
 +
|Text associated with the progressbar
 +
|-
 +
|Value
 +
|RW
 +
|Numeric
 +
|Current progressbar value
 
|-
 
|-
 
|}
 
|}

Revision as of 11:51, 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
Alignment RW Numeric Alignment of percentage label: 0 = left, 1 = right, 2 = center
Maximum RW Numeric Maximum value
Minimum RW Numeric Minimum value
Orientation RW Numeric Orientation: 0 = horizontal, 1 = vertical
Text RW Character Text associated with the progressbar
Value RW Numeric Current progressbar value

Methods

This class supports the Common Methods plus the following:

Method Args Description
Reset None Reset the progressbar to its minimum value

Events

This class supports the Common Events plus the following:

Event Args Description