Zoom

Draft comment:
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-01-20 10:38
Use Zoom to create a slider that can be used to increase or decrease the zoom level of other controls.
Table 1. Zoom business object binding
Binding Description
zoomFactor (Decimal) A number in a specified interval that can be used to set the zoom level on other controls
Table 2. Zoom configuration properties
Instance configuration label Description Definition configuration option Default value
Minimum Value A number that represents the minimum value of the zoom scale minimumValue (Decimal) (empty)

When no value is specified, the implied value is 1.

Maximum Value A number that represents the maximum value of the zoom scale maximumValue (Decimal) (empty)

When no value is specified, the implied value is 10.

Number of Zoom Levels The number of incremental steps that occur for the defined zoom interval as a user moves the slider zoomLevels (Integer) (empty)

When no value is specified, the implied value is 0.

Zoom only when mouse is released The zoom level refreshes only when a user releases the mouse after moving the slider zoomOnMouseUpOnly (Boolean) False (not selected)

This view does not use the visibility property.