rulerLabelBackgroundColor
layout rulerLabelBackgroundColor cyclic { "nil" | "black" | "gray" | "pink" | "red" | "green" | "forest" | "blue" | "navy" | "chocolate" }
graphic rulerLabelBackgroundColor string { "nil" | "black" | "gray" | "pink" | "red" | "green" | "forest" | "blue" | "navy" | "chocolate" }
Description
Specifies the background color of the ruler labels.
GUI Equivalent
Examples
envGetVal("layout" "rulerLabelBackgroundColor")
envSetVal("layout" "rulerLabelBackgroundColor" 'cyclic "gray")
envSetVal("layout" "rulerLabelBackgroundColor" 'cyclic "chocolate")
envGetVal("graphic" "rulerLabelBackgroundColor")
envSetVal("graphic" "rulerLabelBackgroundColor" 'string "pink")
envSetVal("graphic" "rulerLabelBackgroundColor" 'string "green")
Related Topics
Return to top