Specifies distance from adjustment handles at which they are still considered as hit when processing touch input.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public Nullable<Double> TouchHitDistance { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TouchHitDistance As Nullable(Of Double) |
See Also