swfPanel.dpiScaleFactorX
#### Availability
Adobe Animate.
#### Usage
swfPanel.dpiScaleFactorX
#### Description
Read-only property: a string that contains the DPI scale factor (scaleX) 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].dpiScaleFactorX);
#### See also
swfPanel.dpiScaleFactorY (../swfPanel_object/swfPane2.md)
<span id="swfPanel.dpiScaleFactorY" class="anchor"></span>