Spread for ASP.NET 12 Product Documentation
DiffuseColor Property


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > Light Class : DiffuseColor Property
Gets or sets the diffuse color of the light.
Syntax
'Declaration
 
Public Property DiffuseColor As Color
'Usage
 
Dim instance As Light
Dim value As Color
 
instance.DiffuseColor = value
 
value = instance.DiffuseColor
public Color DiffuseColor {get; set;}
See Also

Reference

Light Class
Light Members