Nevron.GraphicsCore Namespace / NLightingImageFilter Class / Shininess Property


Shininess Property (NLightingImageFilter)
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Appearance")>
<System.ComponentModel.DescriptionAttribute("The Shininess of the material used to cover the surface. ")>
<System.Xml.Serialization.XmlAttributeAttribute()>
Public Property Shininess As System.Single
 
'Usage
 
Dim instance As NLightingImageFilter
Dim value As System.Single
 
instance.Shininess = value
 
value = instance.Shininess
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