MindFusion.Scheduling for Silverlight Programmer's Guide
BaseChart.IsSnapping Property
See Also
 





Gets or sets a value indicating whether snapping is enabled and the snapping criteria are met. This is a dependency property.

Namespace: MindFusion.DataViews.Silverlight
Assembly: MindFusion.DataViews.Silverlight

 Syntax

C#  Copy Code

public bool IsSnapping { get; set; }

Visual Basic  Copy Code

Public Property IsSnapping As Boolean

 Property Value

true if snapping will happen during interaction; otherwise, false.

 See Also

BaseChart Members
BaseChart Class
MindFusion.DataViews.Silverlight Namespace