'Declaration
<System.ComponentModel.CategoryAttribute("Transform")> <System.ComponentModel.DescriptionAttribute("Gets/sets the angle of rotation (in radians)")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property Angle As System.Single
'Usage
Dim instance As NShapeSheet Dim value As System.Single instance.Angle = value value = instance.Angle
[System.ComponentModel.Category("Transform")] [System.ComponentModel.Description("Gets/sets the angle of rotation (in radians)")] [System.Xml.Serialization.XmlIgnore()] public System.float Angle {get; set;}