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






Syntax

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