Class MultiClickManipulatorComponentMetadata

Defines properties and message types for MultiClickManipulatorComponent.

Inherits properties and message types from NodeComponentMetadata.

Property Types

See also PropertyType
MultiClickManipulatorComponentMetadata.ClickCountProperty

Sets the number of clicks or taps required for the installed multi-click manipulator to recognize the multi-click gesture and to set off the Multi-Click trigger. The default value is 2.

MultiClickManipulatorComponentMetadata.TimeoutProperty

Sets the time in milliseconds within which two consecutive clicks or taps must occur for the multi-click manipulator to continue recognizing them as the multi-click gesture. The default value is 250 ms.

MultiClickManipulatorComponentMetadata.SendIntermediateClickMessagesProperty

Sets whether to send Intermediate Click messages until the desired click count is reached.