Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / Light Class / AmbientColor Property


In This Topic
AmbientColor Property
In This Topic
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
See Also