TdxCustomZoomTrackBarProperties.SecondRange Property
Specifies the settings of the editor’s second scale range.
Declaration
property SecondRange: TdxZoomTrackBarRangeOptions read; write;
Property Value
Type |
---|
TdxZoomTrackBarRangeOptions |
Remarks
The first scale range runs from the Min property value to 100, while the second scale range runs from 100 to the Max property value. For both these scale ranges, 100 is a boundary value, which is always displayed in the middle of the zoom track bar.
Use the SecondRange property to customize scale settings of the second range. Refer to the TdxZoomTrackBarRangeOptions class description to learn about available settings.
See Also