'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Controls the angle of the anchor")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property Angle As NAngle
'Usage
Dim instance As NPolarPanelAnchor Dim value As NAngle instance.Angle = value value = instance.Angle
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Controls the angle of the anchor")] [System.Xml.Serialization.XmlIgnore()] public NAngle Angle {get; set;}