Gets or sets a value indicating whether item snapping is enabled. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public bool IsSnappingEnabled { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property IsSnappingEnabled As Boolean |
true if snapping is enabled; otherwise, false. The default is true.
See Also