ZoomOptionsSettings

Namespace: PP;

Inheritance Hierarchy

          PP.ObjectSettings

          PP.ZoomOptionsSettings

Description

The ZoomOptionsSettings interface is used to work with the ZoomOptions class.

Comments

Values of properties are set in the ZoomOptions constructor or using the set<property name> method, and returned using the get<property name> method.

Available methods are given in description of the specific property.

Properties

  Property name Brief description
IsCssZoom The IsCssZoom property determines whether a visual component is zoomed using the zoom or transform field specified in CSS.
IsOnlyPosition The IsOnlyPosition property determines a method for applying the specified zoom value by means of CSS.
Zoom The Zoom property determines a zoom value.

Properties inherited from the PP.ObjectSettings interface

  Property name Brief description

Id

The Id property determines a repository object identifier.

See also:

Working with Common Classes | ZoomOptions