# Metadata
Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:
# Syntax
set the selectionMode to {intersect | surround}
# Examples
set the selectionMode to "intersect"
# Description
Use the selectionMode property to change the behavior of drag selections.
When you choose the Pointer tool, click in the window, and drag diagonally to select a rectangle, objects within the rectangle are selected. The selectionMode property determines which objects are included inside the dragged rectangle.
If the selectionMode is set to "intersect", all objects that are partially or completely inside the rectangle are selected. If the selectionMode is set to "surround", only objects that are completely inside the rectangle are selected.
>*Tip:* You can also set the selectionMode by choosing Edit ? > Intersected Selections from the menubar.
# Tags
# See