Gets a value indicating whether the presenter collides with another allocation presenter, while both presenters display allocations for the same resource.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public bool IsInCollision { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property IsInCollision As Boolean |
true indicates that the item is in collision; otherwise false
See Also