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