Gets or sets the custom snap interval.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public TimeSpan SnapInterval { get; set; } |
Visual Basic Copy Code |
---|
Public Property SnapInterval As TimeSpan |
A TimeSpan object that specifies the snap interval, relative to the beginning of the timetable column. The allowed values range from 1 second to 1 hour inclusive. Assign -1 ticks to this property to use the corresponding value from the current theme.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |