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






Syntax

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