'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.CategoryAttribute("Properties")> <System.ComponentModel.DescriptionAttribute("Gets or sets the change of this node.")> Public Property Change As System.Double
'Usage
Dim instance As NValueTreeMapNode Dim value As System.Double instance.Change = value value = instance.Change
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.Category("Properties")] [System.ComponentModel.Description("Gets or sets the change of this node.")] public System.double Change {get; set;}