SelectMode Enumeration
Specifies how the current selection is handled by the View.Select methods.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum SelectModeValues
| Value name | Value | Description |
|---|---|---|
| Replace | 0 | The current selection is cleared, i.e. the selection is replaced. |
| Add | 1 | The current selection is not cleared. New items are added to the selection. |
Platforms
Windows, Linux, Android