Gets or sets the snap unit.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public TimeUnit SnapUnit { get; set; } |
Visual Basic Copy Code |
---|
Public Property SnapUnit As TimeUnit |
A member of the TimeUnit enumeration. Assign Unspecified to this property to use the corresponding value from the current theme.
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 Disabled the value of this property is ignored and items snap to cell borders.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |