Gets or sets the distance at which the presenter geometry will be hit-tested. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public double HitTestDistance { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property HitTestDistance As Double |
A double value specifying the distance at which the dependency will detect mouse clicks.
See Also