vcl-cxtrackbar-dot-tcxtrackbar-8fd43b1b.md
Provides access to track bar editor settings.
property Properties: TcxTrackBarProperties read; write;
| Type | Description |
|---|---|
| TcxTrackBarProperties |
Stores track bar editor settings.
|
You can use the Properties property to access and customize track bar editor settings if the RepositoryItem property is unspecified. If a track bar repository item is assigned to the RepositoryItem property, all settings accessible through the Properties property have no effect on the track bar editor.
Note
You can use the ActiveProperties property to identify settings that currently affect the track bar editor.
Use Properties.Min and Properties.Max properties to specify minimum and maximum values on the track bar scale. In addition, you may need to adjust standard and large thumb position change steps depending on the specified track bar scale range.
Refer to the TcxTrackBarProperties class description for detailed information on all available options.
See Also
TcxCustomTrackBar.Position Property