TdxZoomTrackBarRangeOptions Class
In This Article
Contains scale range settings for zoom track bars.
#Declaration
Delphi
TdxZoomTrackBarRangeOptions = class(
TcxOwnedPersistent
)
#Remarks
This class provides settings for one of two scale ranges found in a zoom track bar editor. Each scale range provides its own set of settings and these settings are identical to those found in a normal track bar.
A TdxZoomTrackBarRangeOptions object is referenced by a zoom track bar editor’s Properties.FirstRange and Properties.SecondRange properties.
#Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxZoomTrackBarRangeOptions
See Also