Gets or sets a value indicating whether the item collision processing is enabled.
Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight
C# Copy Code |
---|
public bool EnableCollisions { get; set; } |
Visual Basic Copy Code |
---|
Public Property EnableCollisions As Boolean |
A Boolean value.
Turn this flag off if you don't need collision detection to improve performance.