'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("The Shininess of the material used to cover the surface. ")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property Shininess As System.Single
'Usage
Dim instance As NLightingImageFilter Dim value As System.Single instance.Shininess = value value = instance.Shininess
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("The Shininess of the material used to cover the surface. ")] [System.Xml.Serialization.XmlAttribute()] public System.float Shininess {get; set;}