Gets or sets the snap unit count.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public int SnapUnitCount { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property SnapUnitCount As Integer |
An integer value.
RemarksWhen SnapUnitCount is 1 the snapping is absolute. When SnapUnitCount is greater than 1, then the snapping is relative to the element being dragged.
See Also