IsCssZoom: boolean;
The IsCssZoom property determines whether a visual component is zoomed using the zoom or transform field specified in CSS.
Available values:
true. Visual component zoom is set using the zoom field.
NOTE. The zoom field is not supported in Mozilla Firefox.
false. Default value. Visual component zoom is set using the transform field.
The property value is set in the ZoomOptions constructor or using the setIsCssZoom method and returned using the getIsCssZoom method.
Depending on the property value in use, CSS contain the corresponding field: zoom or transform. The property value (true or false) should also match with the value of the ZoomOptions.setIsOnlyPosition method or the IsOnlyPosition property in the ZoomOptions constructor.
The property use is given in the example for ZoomOptionsSettings.Zoom.
See also: