ZoomPercent

Applies to

Signature controls

Description

Specifies the zoom percent for the control. The default zoom percent is 100.

Usage


In a painter

StepsTo select a zoom percent for the control:

  1. Set the value you want in the ZoomPercent spin control on the General page of the control’s Properties view.


In scripts

The ZoomPercent property takes an integer. The following example sets the zoom to 75 percent:

sig_mine.ZoomPercent = 75