Skip to main content

TdxCustomZoomTrackBarProperties.FirstRange Property

Specifies the settings of the editor’s first scale range.

Declaration

property FirstRange: 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 FirstRange property to customize scale settings of the first range. Refer to the TdxZoomTrackBarRangeOptions class description to learn about available settings.

See Also