TdxZoomTrackBarRangeOptions.LineSize Property
Specifies the amount by which the slider’s position is changed when clicking the change buttons or pressing the arrow keys when the zoom track bar editor is focused.
Declaration
property LineSize: TcxNaturalNumber read; write; default 10;
Property Value
Type | Default |
---|---|
TcxNaturalNumber | 10 |
Remarks
This property offers the same functionality as the Properties.LineSize property of a normal track bar editor. The only difference between them is that in the zoom track bar editor, the LineSize property is applied only to one of track bar scale ranges (that which is associated with the current TdxZoomTrackBarRangeOptions class instance). Refer to the TcxCustomTrackBarProperties.LineSize property description to learn more about this property.
The default value of the LineSize property is 10.
See Also