vcl-dxzoomtrackbar-dot-tdxzoomtrackbar.md
Provides access to zoom track bar editor settings.
property Properties: TdxZoomTrackBarProperties read; write;
| Type | Description |
|---|---|
| TdxZoomTrackBarProperties |
Stores zoom track bar editor settings.
|
Use the Properties property to access and customize zoom track bar editor settings.
Note
You can use the ActiveProperties property to identify settings that currently affect the zoom track bar editor.
Use Properties.Min and Properties.Max properties to specify minimum and maximum values on the full zoom track bar scale. To configure two different zoom track bar scales that comprise the full scale, use Properties.FirstRange and Properties.SecondRange properties.
Refer to the TdxZoomTrackBarProperties class description for detailed information on all available options.
See Also
TdxCustomZoomTrackBar.Position Property