'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DefaultValueAttribute(10)> Public Property LeftInflate As System.Double
'Usage
Dim instance As NAbsoluteScaleBreakInflate Dim value As System.Double instance.LeftInflate = value value = instance.LeftInflate
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.DefaultValue(10)] public System.double LeftInflate {get; set;}