This documentation is for the old version. Go to the latest Graphics Mill docs

MetadataDictionary.Values Property

Returns a collection of values (without keys) stored in this dictionary.

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

Syntax

Visual Basic
Public Overridable ReadOnly Property Values As ICollection
C#
public virtual ICollection Values { get; }

Property Value

An object that implements ICollection that contains values stored in this dictionary.

Implements

IDictionary.Values

See Also

Reference