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


In This Topic
    Ambient Property (NMaterialStyle)
    In This Topic
    The ambient color of the NFillStyle.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property Ambient As System.Drawing.Color
    'Usage
     
    
    Dim instance As NMaterialStyle
    Dim value As System.Drawing.Color
     
    instance.Ambient = value
     
    value = instance.Ambient
    [System.Xml.Serialization.XmlIgnore()]
    public System.Drawing.Color Ambient {get; set;}
    Remarks
    The ambient color of the material attached to the fill effect. Note that the SetSolidColor function will always synchronize the value of the Ambient color with the Diffuse color of the material.
    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