StandardTouchTool.MultiSelectEnabled Property
Gets or sets a flag indicating if selecting multiple features is enabled.
Syntax
public System.Boolean MultiSelectEnabled { get; set; }
Property Value
Default: false
True if multiple features may be selected, False if only one feature at a time may be selected.
Remarks
If multi-selection is enabled, the user may select more than feature by tapping on them. Each tap on a feature toggles its selection state and tapping on the background will deselect all features.
Platforms
Windows, Linux, Android