'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("The axis custom angle position.")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property CustomAngle As System.Single
'Usage
Dim instance As NRadarAxisAnchor Dim value As System.Single instance.CustomAngle = value value = instance.CustomAngle
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("The axis custom angle position.")] [System.Xml.Serialization.XmlAttribute()] public System.float CustomAngle {get; set;}