Search
ResourceViewSettings.SnapUnitCount Property
See Also
 






Gets or sets the snap unit count.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public int SnapUnitCount { get; set; }

Visual Basic  Copy Code

Public Property SnapUnitCount As Integer

 Property Value

An integer value.

 Remarks

When 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