Intersoft WebGrid Documentation
DifuseColor Property
See Also  Send Feedback
ISNet.WebUI.WebGrid.Chart Namespace > ChartLightingImageFilterSettings Class : DifuseColor Property






Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<CategoryAttribute("Appearance")>
<DescriptionAttribute("The diffuse color of the light source.")>
Public Property DifuseColor As Color
Visual Basic (Usage)Copy Code
Dim instance As ChartLightingImageFilterSettings
Dim value As Color
 
instance.DifuseColor = value
 
value = instance.DifuseColor
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
[DescriptionAttribute("The diffuse color of the light source.")]
public Color DifuseColor {get; set;}
Delphi 
public read-write property DifuseColor: Color; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DefaultValueAttribute()
CategoryAttribute("Appearance")
DescriptionAttribute("The diffuse color of the light source.")
public function get,set DifuseColor : Color
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
[DescriptionAttribute("The diffuse color of the light source.")]
public: __property Color get_DifuseColor();
public: __property void set_DifuseColor( 
   Color value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
[DescriptionAttribute("The diffuse color of the light source.")]
public:
property Color DifuseColor {
   Color get();
   void set (    Color value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.