Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / Light Class / DiffuseColor Property


In This Topic
    DiffuseColor Property (Light)
    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
    public Color DiffuseColor {get; set;}
    See Also