Enumeration
ViewDisplaySettings
Options for display performance settings, which influence the speed and quality with which an object draws and redraws.
In UXP, compare with equals() — the == and === operators do not work on DOM objects: myPath.pathType.equals(PathType.CLOSED_PATH), not myPath.pathType == PathType.CLOSED_PATH.
Values
| Name | Type | Access | Description |
|---|---|---|---|
| Number = 1346922866 | readonly | Slower performance; displays high-resolution graphics and high-quality transparencies and turns on anti-aliasing. | |
| Number = 1349480564 | readonly | Best performance; grays out graphics and turns off transparency and anti-aliasing. | |
| Number = 1349810544 | readonly | Moderate performance speed; displays proxy graphics and low-quality transparencies and turns on anti-aliasing. |
Object of 2
Properties elsewhere that hold an ViewDisplaySettings value.