Search
ResourceViewSettings.SnapUnit Property
See Also
 






Gets or sets the snap unit.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public TimeUnit SnapUnit { get; set; }

Visual Basic  Copy Code

Public Property SnapUnit As TimeUnit

 Property Value

A member of the TimeUnit enumeration.

 Remarks

Specifies the time unit of the nearest value to align to when an item is being modified interactively.

 See Also