MindFusion.Wpf Pack Programmer's Guide
ListViewSettings.SnapUnit Property
See Also
 





Gets or sets the snap unit.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 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

ListViewSettings Members
ListViewSettings Class
MindFusion.Scheduling.Wpf Namespace
EnableSnapping Property
SnapUnitCount Property