MindFusion.Scheduling for Silverlight Programmer's Guide
TimetableSettings.SnapUnit Property
See Also
 





Gets or sets the snap unit.

Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight

 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.

Unsetting the Property Value

Unset the local value of this property to use the corresponding value from the current theme. To unset the property value, call ClearValue on the settings containing the property and pass a reference to the DependencyProperty representing the property.

 Remarks

Use this property in a conjunction with the EnableSnapping property to specify the precision with which users can move and resize items interactively. If EnableSnapping is set to false the value of this property is ignored and items snap to cell borders.

 See Also

TimetableSettings Members
TimetableSettings Class
MindFusion.Scheduling.Silverlight Namespace
EnableSnapping Property
SnapUnitCount Property