Gets or sets a value indicating whether snapping is enabled and the snapping criteria are met. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public bool IsSnapping { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property IsSnapping As Boolean |
true if snapping will happen during interaction; otherwise, false.
See Also