Difference between revisions of "Slider"

From Lianjapedia
Jump to: navigation, search
(Created page with "Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages. ====Properties==== This class supports the :Category:Commo...")
 
Line 25: Line 25:
 
|valign="top"|Numeric
 
|valign="top"|Numeric
 
|valign="top"|Orientation: 0 = horizontal, 1 = vertical.
 
|valign="top"|Orientation: 0 = horizontal, 1 = vertical.
 +
|-
 +
|valign="top"|TickInterval
 +
|valign="top"|RW
 +
|valign="top"|Numeric
 +
|valign="top"|Ticks are displayed at this interval between the minimum and maximum values.
 +
|-
 +
|valign="top"|TickPosition
 +
|valign="top"|RW
 +
|valign="top"|Character
 +
|valign="top"|Ticks are displayed at this position: None, Above, Below, Left, Right, BothSides.
 
|-
 
|-
 
|valign="top"|Value
 
|valign="top"|Value

Revision as of 06:22, 20 September 2016

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
Maximum RW Numeric Maximum value.
Minimum RW Numeric Minimum value.
Orientation RW Numeric Orientation: 0 = horizontal, 1 = vertical.
TickInterval RW Numeric Ticks are displayed at this interval between the minimum and maximum values.
TickPosition RW Character Ticks are displayed at this position: None, Above, Below, Left, Right, BothSides.
Value RW Numeric Value.

Methods

This class supports the Common Methods plus the following:

Method Args Description
Reset None Reset slider Value to the Minimum value

Events

This class supports the Common Events plus the following:

Event Args Description