'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Whether the axis must use a custom angle.")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property UseCustomAngle As System.Boolean
'Usage
Dim instance As NRadarAxisAnchor Dim value As System.Boolean instance.UseCustomAngle = value value = instance.UseCustomAngle
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Whether the axis must use a custom angle.")] [System.Xml.Serialization.XmlAttribute()] public System.bool UseCustomAngle {get; set;}