Nevron .NET Vision
Nevron.GraphicsCore Namespace / NMaterialStyle Class / Emissive Property


In This Topic
    Emissive Property
    In This Topic
    The emissive color of the NFillStyle.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property Emissive As System.Drawing.Color
    'Usage
     
    
    Dim instance As NMaterialStyle
    Dim value As System.Drawing.Color
     
    instance.Emissive = value
     
    value = instance.Emissive
    [System.Xml.Serialization.XmlIgnore()]
    public System.Drawing.Color Emissive {get; set;}
    Remarks
    This property specifies the diffuse light the object emits as if it was a light source also. You'll rarely need to modify this property, but it can be particularly useful for darks scenes where you want to highlight certain objects.
    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