Gets or sets the distance at which items snap to each other.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public TimeSpan SnapToItemsThreshold { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property SnapToItemsThreshold As TimeSpan |
RemarksUsed when SnapToItems property is enabled.
See Also