Skip to main content

TdxZoomTrackBar.Properties Property

Provides access to zoom track bar editor settings.

Declaration

property Properties: TdxZoomTrackBarProperties read; write;

Property Value

Type Description
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