displayResolution
graphic displayResolution string { "Low" | "Medium" | "High" | "Very High" }
layout displayResolution string { "Low" | "Medium" | "High" | "Very High" }
Description
Lets you set the display resolution in the design canvas.
GUI Equivalent
Examples
envGetVal("graphic" "displayResolution")
envSetVal{"graphic" "displayResolution" 'string "Low")
envGetVal("layout" "displayResolution")
envSetVal{"layout" "displayResolution" 'string "Very High")
Related Topics
Return to top