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

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