'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DefaultValueAttribute(False)> Public Property ShowLeadingZeros As System.Boolean
'Usage
Dim instance As NNumericDisplayPanel Dim value As System.Boolean instance.ShowLeadingZeros = value value = instance.ShowLeadingZeros
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.DefaultValue(false)] public System.bool ShowLeadingZeros {get; set;}