Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Standard.v4.4 Assembly / Xceed.Chart.Standard Namespace / FillEffect Class / Shininess Property


In This Topic
    Shininess Property (FillEffect)
    In This Topic
    The shininess of the FillEffectBase.
    Syntax
    'Declaration
     
    Public Property Shininess As Single
    'Usage
     
    Dim instance As FillEffect
    Dim value As Single
     
    instance.Shininess = value
     
    value = instance.Shininess
    public float Shininess {get; set;}
    Remarks
    This property controls how sharp the specular effects are, because the specular light source contribution is the product of the material specular reflectance, the light's specular intensity, and the dot product of the normalized vertex-to-eye and vertex-to-light vectors, raised to the power of the shininess of the material.
    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