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





Gets or sets the interval to automatically snap values to during interactive modifications. This is a dependency property.

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

 Syntax

C#  Copy Code

public double SnapInterval { get; set; }

Visual Basic  Copy Code

Public Property SnapInterval As Double

 Property Value

A double value specifying the snapping interval.

 Remarks

This value is relevant only when IsSnapValueEnabled property is set to true.

 See Also

Slider Members
Slider Class
MindFusion.UI.Wpf Namespace