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






Syntax

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