Gets or sets the threshold value for easier touch interaction through adjustment handles.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public float TouchThreshold { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TouchThreshold As Single |
A float value added to the hit-test area of adjustment handles. The default value is 0.
See Also