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