modgenPToTTwigWidthType
layoutXL modgenPToTTwigWidthType cyclic { "MinWidth" | "Absolute Width" | "Relative Width (Pin %)" }
Description
Specifies the mode in which the twig width can be specified for the current Modgen. This environment variable can take three values.
-
MinWidth: Minimum width of twigs as per the defaults is used if this option is specified. -
Absolute Width: Absolute width of twigs can be specified (using themodgenPToTTwigAbsoluteWidthenvironment variable), if this option is specified. -
Relative Width (Pin %): Relative width of twigs can be specified (using themodgenPToTTwigRelativeWidthenvironment variable), if this option is specified.
The default value is MinWidth.
GUI Equivalent
Examples
envGetVal("layoutXL" "modgenPToTTwigWidthType")
envSetVal("layoutXL" "modgenPToTTwigWidthType" 'cyclic "Absolute Width")
envSetVal("layoutXL" "modgenPToTTwigWidthType" 'cyclic "Relative Width (Pin %)")
Related Topics
Return to top