Back to Devexpress

TcxCustomTrackBarProperties.LineSize Property

vcl-cxtrackbar-dot-tcxcustomtrackbarproperties-5331a07b.md

latest1.6 KB
Original Source

TcxCustomTrackBarProperties.LineSize Property

Specifies the standard thumb position change step (in track bar scale measurement units).

Declaration

delphi
property LineSize: TcxNaturalNumber read; write; default 1;

Property Value

TypeDefaultDescription
TcxNaturalNumber1

The standard thumb position change step (in track bar scale measurement units).

|

Remarks

Use LineSize and PageSize properties to specify standard and large thumb position change steps. You may need to adjust these steps depending on the track bar scale range defined using Min and Max properties.

Standard Position Movement Operations

The track bar’s thumb position changes in increments specified by the LineSize property value if you use the following input options:

  • Press +, -, ↑, ↓, →, and ← keys
  • Click change buttons
  • Rotate the mouse wheel

Default Value

The LineSize property’s default value is 1.

See Also

TcxCustomTrackBar.Position Property

TcxCustomTrackBarProperties Class

TcxCustomTrackBarProperties Members

cxTrackBar Unit