Version

ProjectTaskDependencyLineType Enumeration

An enumeration used to define the type of line connecting the predecessor and successor task defined by a ProjectTaskDependency
Syntax
'Declaration
 
Public Enum ProjectTaskDependencyLineType 
   Inherits System.Enum
public enum ProjectTaskDependencyLineType : System.Enum 
Members
MemberDescription
DirectA straight line is used to connector the predecessor and successor tasks similar to that of Microsoft Project
IndirectA curved line is used to connect the predecessor and successor tasks similar to that of Microsoft Project
NoneNo connectors are displayed between the elements.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also