'Declaration <CategoryAttribute("Emission")> <DescriptionAttribute("The specular color emitted by this light source. ")> Public Property Specular As Color
'Usage Dim instance As LightSource Dim value As Color instance.Specular = value value = instance.Specular
[Category("Emission")] [Description("The specular color emitted by this light source. ")] public Color Specular {get; set;}