'Declaration
<System.ComponentModel.CategoryAttribute("Size")> <System.ComponentModel.DescriptionAttribute("The angle of offset.")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property Angle As System.Single
'Usage
Dim instance As NBevelAndEmbossImageFilter Dim value As System.Single instance.Angle = value value = instance.Angle
[System.ComponentModel.Category("Size")] [System.ComponentModel.Description("The angle of offset.")] [System.Xml.Serialization.XmlAttribute()] public System.float Angle {get; set;}