Share
 
 

slider Tile (DCL)

A slider obtains a numeric value.

Supported Platforms: Windows, Mac OS, and Web

Windows
: slider {
   actionalignmentbig_incrementfixed_heightfixed_widthheightkeylabellayoutmax_valuemin_valuemnemonicsmall_incrementvaluewidth
}
Mac OS and Web
: slider {
   actionalignmentfixed_heightfixed_width
   heightkeylabellayoutmax_value
   min_valuesmall_incrementvaluewidth
}

The user can drag the slider's indicator to the left or right (or up or down) to obtain a value whose meaning depends on the application. This value is returned as a string containing a signed integer within a specified range (the integer is a 16-bit value, so the maximum range is -32,768 to 32,767). The application can scale this value as required.

value

A quoted string that contains the current (integer) value of the slider (default: min_value).

Release Information

    Releases:

  • AutoCAD R12 and later on Windows
  • AutoCAD 2021 and later on Mac OS

Was this information helpful?