Spread for ASP.NET 12 Product Documentation
AmbientColor Property


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

Reference

Light Class
Light Members