Spread for ASP.NET 11 Product Documentation
SpecularColor Property


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

Reference

Light Class
Light Members