MindFusion.Scheduling for Silverlight Programmer's Guide
BasePresenter.ExpectedDuration Property
See Also
 





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.Silverlight
Assembly: MindFusion.DataViews.Silverlight

 Syntax

C#  Copy Code

public TimeSpan ExpectedDuration { get; set; }

Visual Basic  Copy Code

Public Property ExpectedDuration As TimeSpan

 Property Value

A .NET TimeSpan object.

 See Also

BasePresenter Members
BasePresenter Class
MindFusion.DataViews.Silverlight Namespace