Represents objects that handle user touch input.
Namespace: MindFusion.Diagramming.Interaction
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public abstract class TouchController : BaseController |
Visual Basic
Copy Code
|
|---|
Public MustInherit Class TouchController |
Inheritance HierarchySystem.Object![]()
MindFusion.Diagramming.Interaction.BaseController
MindFusion.Diagramming.Interaction.TouchController
MindFusion.Diagramming.Interaction.ModifyLabelController
See Also