Gets or sets the snap unit.
Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight
C# Copy Code |
---|
public TimeUnit SnapUnit { get; set; } |
Visual Basic Copy Code |
---|
Public Property SnapUnit As TimeUnit |
A member of the TimeUnit enumeration.
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.
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.