Nevron.GraphicsCore Namespace / NMaterialStyle Class / Shininess Property


In This Topic
    Shininess Property (NMaterialStyle)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute(30)>
    Public Property Shininess As System.Single
    'Usage
     
    
    Dim instance As NMaterialStyle
    Dim value As System.Single
     
    instance.Shininess = value
     
    value = instance.Shininess
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue(30)]
    public System.float Shininess {get; set;}
    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