IsOnlyPosition: boolean;
The IsOnlyPosition property determines a method for applying the specified zoom value by means of CSS.
Available values:
true. Zoom is applied in the zoom field, for example, zoom: 0.5.
NOTE. The zoom field is not supported in Mozilla Firefox.
false. Default value. Zoom is applied in the transform field, for example, transform: scale(0.5).
The property value is set in the ZoomOptions constructor or using the setIsOnlyPosition method. The property value is returned using the getIsOnlyPosition method.
The zoom value specified in the zoom or transform field should match the value of the ZoomOptions.setZoom method or the Zoom property in the ZoomOptions constructor. The property value (true or false) should also match with the value of the ZoomOptions.setIsCssZoom method or the IsCssZoom property in the ZoomOptions constructor.
The property use is given in the example for ZoomOptionsSettings.Zoom.
See also: