swfPanel.dpiScaleFactorY
#### Availability
Adobe Animate.
#### Usage
swfPanel.dpiScaleFactorY
#### Description
Read-only property: a string that contains the DPI scale factor (scaleY) for swfPanel. Depending on this scale-factor, SwfPanel can adjust its contents.
#### Example
The following code illustrates the use of this property:
javascript
fl.trace(fl.swfPanel[x].dpiScaleFactorY);
#### See also
swfPanel.dpiScaleFactorX (../swfPanel_object/swfPane1.md)