'Declaration
Public Property PathSegments As System.Collections.ArrayList
'Usage
Dim instance As NPathGraphicsNode Dim value As System.Collections.ArrayList instance.PathSegments = value value = instance.PathSegments
public System.Collections.ArrayList PathSegments {get; set;}