'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DefaultValueAttribute(0)> Public Property CustomAngle As System.Single
'Usage
Dim instance As NScaleLabelAngle Dim value As System.Single instance.CustomAngle = value value = instance.CustomAngle
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.DefaultValue(0)] public System.float CustomAngle {get; set;}