MindFusion.Wpf Pack Programmer's Guide
Slider.IsSnapValueEnabled Property
See Also
 





Gets or sets a value indicating whether the selected value is automatically snapped to the nearest SnapInterval during interactive modifications. This is a dependency property.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public bool IsSnapValueEnabled { get; set; }

Visual Basic  Copy Code

Public Property IsSnapValueEnabled As Boolean

 Property Value

true to enable snapping; otherwise, false.

 See Also

Slider Members
Slider Class
MindFusion.UI.Wpf Namespace