ZoomOptionsSettings.IsCssZoom

Syntax

IsCssZoom: boolean;

Description

The IsCssZoom property determines whether a visual component is zoomed using the zoom or transform field specified in CSS.

Comments

Available values:

NOTE. The zoom field is not supported in Mozilla Firefox.

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.

Example

The property use is given in the example for ZoomOptionsSettings.Zoom.

See also:

ZoomOptionsSettings