Version

AddPath(CarouselPath,Boolean) Method

Appends the specified CarouselPath to this path.
Syntax
'Declaration
 
Public Overloads Sub AddPath( _
   ByVal addingPath As CarouselPath, _
   ByVal connect As Boolean _
) 
public void AddPath( 
   CarouselPath addingPath,
   bool connect
)

Parameters

addingPath
The CarouselPath to add.
connect
A Boolean value that specifies whether the first figure in the added path is part of the last figure in this path. A value of true specifies that (if possible) the first figure in the added path is part of the last figure in this path. A value of false specifies that the first figure in the added path is separate from the last figure in this path.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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