This class represents a simple XMP property.

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

Syntax

Visual Basic

Public NotInheritable Class XmpValueNode _
	Inherits XmpDictionaryNode

C#

public sealed class XmpValueNode : XmpDictionaryNode

Remarks

A simple type has a literal value. Simple types include familiar ones such as strings, booleans, integers and real numbers, and so on.

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.