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

MetadataEnumerator.Entry Property

Gets a both a key and a value of the current entry.

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

Syntax

Visual Basic
Public Overridable ReadOnly Property Entry As DictionaryEntry
C#
public virtual DictionaryEntry Entry { get; }

Property Value

Current key-value pair.

See Also

Reference