"lineStep"

Specifies the current line step of a slider when using the cursor keys.

Synopsis

shape.lineStep( int Step);

Parameter

Parameter Description
shape Name of the object.
step Space between the steps.

Description

Specifies the current line step of a slider when using the cursor keys.

Example

The following example sets the lineStep to 20.

main(bool enter)
{
  SLIDER1.lineStep(20);
}

Assignment

Slider