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

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