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