Returns a collection of nodes stored in this tree.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic

Public ReadOnly Property Values As ICollection

C#

public ICollection Values { get; }

Property Value

Object that implements the ICollection interface and contains XmpNode instances stored in this tree.