Xceed Chart for WinForms v4.4 Documentation
Shininess Property (LightingFilter)


Xceed.Chart.GraphicsCore.v4.4 Assembly > Xceed.Chart.GraphicsCore Namespace > LightingFilter Class : Shininess Property
The Shininess of the material used to cover the surface.
Syntax
'Declaration
 
<CategoryAttribute("Appearance")>

<DescriptionAttribute("The Shininess of the material used to cover the surface. ")>

Public Property Shininess As Single
'Usage
 
Dim instance As LightingFilter

Dim value As Single

 

instance.Shininess = value

 

value = instance.Shininess
[Category("Appearance")]

[Description("The Shininess of the material used to cover the surface. ")]

public 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

Reference

LightingFilter Class
LightingFilter Members