'Declaration
<System.ComponentModel.CategoryAttribute("Emission")> <System.ComponentModel.DescriptionAttribute("The diffuse color emitted by this light source. ")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property Diffuse As System.Drawing.Color
'Usage
Dim instance As NLightSource Dim value As System.Drawing.Color instance.Diffuse = value value = instance.Diffuse
[System.ComponentModel.Category("Emission")] [System.ComponentModel.Description("The diffuse color emitted by this light source. ")] [System.Xml.Serialization.XmlIgnore()] public System.Drawing.Color Diffuse {get; set;}