Gets the duration of the item. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public TimeSpan Duration { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Duration As TimeSpan |
A .NET TimeSpan object.
See Also