Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / AmbientLight Property

In This Topic
    AmbientLight Property
    In This Topic
    Gets or sets the ambient light that is always added to the scene (multiplied by the material's ambient component).
    Syntax
    'Declaration
     
    Public Property AmbientLight As Color
    public Color AmbientLight {get; set;}
    See Also