MindFusion.Wpf Pack Programmer's Guide
BasePresenter.IsSnapping Property
See Also
 





Gets or sets a value indicating whether snapping is enabled. This is a dependency property.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

public bool IsSnapping { get; set; }

Visual Basic  Copy Code

Public Property IsSnapping As Boolean

 Property Value

true if snapping is enabled; otherwise, false.

 See Also

BasePresenter Members
BasePresenter Class
MindFusion.DataViews.Wpf Namespace