Nevron .NET Vision
Nevron.GraphicsCore Namespace / NLightingImageFilter Class / Shininess Property


In This Topic
    Shininess Property (NLightingImageFilter)
    In This Topic
    The Shininess of the material used to cover the surface.
    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
    [System.ComponentModel.Category("Appearance")]
    [System.ComponentModel.Description("The Shininess of the material used to cover the surface. ")]
    [System.Xml.Serialization.XmlAttribute()]
    public System.float Shininess {get; set;}
    Remarks
    Higher values for this property result in smaller spot light effect. By default set to 10.
    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