Gets or sets the expected Duration of the item at the end of the current interaction. This property is only relevant during user interaction. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public TimeSpan ExpectedDuration { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ExpectedDuration As TimeSpan |
A .NET TimeSpan object.
See Also