Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / Material Class / Ambient Property

In This Topic
    Ambient Property (Material)
    In This Topic
    Gets or sets the ambient reflectance of the material.
    Syntax
    'Declaration
     
    Public Property Ambient As Color
    public Color Ambient {get; set;}
    See Also