fullSelectionMode
graphic fullSelectionMode string { "enclosed" | "crossed" | "enclosedAndCrossed" }
Description
Specifies whether the full selection mode is set to crossed, enclosed or enclosed and crossed.
-
crossed: Crossed Figures fully selects objects you partially enclose with the area selection box, and does not select fully enclosed objects. -
enclosed: Default. Enclosed Figures fully selects objects you completely enclose with the area selection box. -
enclosedAndCrossed: Enclosed and Crossed Figures fully selects objects you completely or partially enclose with the area selection box.
GUI Equivalent
Examples
envGetVal("graphic" "fullSelectionMode")
envSetVal("graphic" "fullSelectionMode" 'string "crossed")
envSetVal("graphic" "fullSelectionMode" 'string "enclosedAndCrossed")
Related Topics
Return to top