TdxCustomZoomTrackBarProperties.Min Property
Specifies the minimum value that can be represented by the zoom track bar editor.
Declaration
property Min; default 10;
Property Value
Type | Default |
---|---|
Integer | 10 |
Remarks
The Min and Max properties specify the lower and upper bounds of values that can be displayed by the track bar editor. For instance, if you want to use track bar editors to modify the red, green and blue channels of a color, you need to set the Min and Max properties of the editors to 0 and 255 respectively. Note that the Min property cannot be set to a value greater than the Max property value, and vice versa. Attempts to do so will set both properties to the new value.
The editor’s Position property specifies the current slider’s position. This property can be set only to values that fall within the range specified by the Min and Max properties.
Note
The Min property cannot be set to a value greater than 100 to allow the zoom track bar editor to properly display its first scale.
The default value of the Min property is 10.