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
SyntaxC#
Copy Code
|
|---|
public double SnapInterval { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property SnapInterval As Double |
A double value specifying the snapping interval.
RemarksThis value is relevant only when IsSnapValueEnabled property is set to true.
See Also