Xceed Chart for WinForms v4.4 Documentation
Specular Property (LightSource)


Xceed.Chart.Standard.v4.4 Assembly > Xceed.Chart.Standard Namespace > LightSource Class : Specular Property
The specular color emitted by this light source.
Syntax
'Declaration
 
<DescriptionAttribute("The specular color emitted by this light source. ")>
<CategoryAttribute("Emission")>
Public Property Specular As Color
'Usage
 
Dim instance As LightSource
Dim value As Color
 
instance.Specular = value
 
value = instance.Specular
[Description("The specular color emitted by this light source. ")]
[Category("Emission")]
public Color Specular {get; set;}
Remarks
Unlike ambient light, specular light comes from a particular direction and bounces off the surfaces in the 3D scene in a preferred direction.
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

LightSource Class
LightSource Members