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


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