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


Xceed.Chart.Standard.v4.4 Assembly > Xceed.Chart.Standard Namespace > LightSource Class : Diffuse Property
The diffuse color emitted by this light source.
Syntax
'Declaration
 
<CategoryAttribute("Emission")>
<DescriptionAttribute("The diffuse color emitted by this light source. ")>
Public Property Diffuse As Color
'Usage
 
Dim instance As LightSource
Dim value As Color
 
instance.Diffuse = value
 
value = instance.Diffuse
[Category("Emission")]
[Description("The diffuse color emitted by this light source. ")]
public Color Diffuse {get; set;}
Remarks
Diffuse light comes from a particular direction so it is brighter if it comes squarely down on a surface than if it barely glances off the surface. Once it hits the surface however it is scattered equally in all directions.
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