TouchSelectionType Enumeration

Type of the selection action initiated by user by touch.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public enum TouchSelectionType

Members

None0 No selection by touch.
Move1 Move action.
LeftSelector2 Left selector touched.
RightSelector3 Right selector touched.

See Also