Nevron.GraphicsCore Namespace / NLightSource Class / Specular Property


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

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also