Gets a value indicating whether the item's end has been modified.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public bool ResizeEnd { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property ResizeEnd As Boolean |
true if the item's end has been modified; false if item was moved or its start has been modified.
See Also