Back to Devexpress

TdxZoomTrackBar.Properties Property

vcl-dxzoomtrackbar-dot-tdxzoomtrackbar.md

latest1.7 KB
Original Source

TdxZoomTrackBar.Properties Property

Provides access to zoom track bar editor settings.

Declaration

delphi
property Properties: TdxZoomTrackBarProperties read; write;

Property Value

TypeDescription
TdxZoomTrackBarProperties

Stores zoom track bar editor settings.

|

Remarks

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.

Available Options

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

TdxDBZoomTrackBar.Properties Property

TdxZoomTrackBar Class

TdxZoomTrackBar Members

dxZoomTrackBar Unit