max_value = int;


Specify the maximum value of a slider.


This attribute specifies the maximum value that a slider tile returns.

int: a 32-bit integer; default = 10000 and maximum = 2,147,483,647.

Example

min_value = -16;

max_value = 16;

small_increment = 1;

big_increment = 10;

NOTE Horizontal sliders increase in value from left to right; vertical sliders increase in value from top to bottom.

The big_increment and small_increment attributes specify how much the slider increments when the user clicks the slider.

Valid Tile

slider

Tell me about...

Programming Overview of DCL (Dialog Control Language)

About Predefined Attributes