Gets or sets the lag of this Predecessor. This is a dependency property.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
[BindableAttribute(true)]
public TimeSpan Lag { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property Lag As TimeSpan

See Also