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






Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute("setGlowImageFilter")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<DescriptionAttribute("Controls the glow visual effect.")>
<CategoryAttribute("Styles")>
Public ReadOnly Property GlowImageFilter As ChartGlowImageFilterSettings
Visual Basic (Usage)Copy Code
Dim instance As Series
Dim value As ChartGlowImageFilterSettings
 
value = instance.GlowImageFilter
C# 
[ISNet.Serialization.BinarySerializableAttribute("setGlowImageFilter")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DescriptionAttribute("Controls the glow visual effect.")]
[CategoryAttribute("Styles")]
public ChartGlowImageFilterSettings GlowImageFilter {get;}
Delphi 
public read-only property GlowImageFilter: ChartGlowImageFilterSettings; 
JScript 
ISNet.Serialization.BinarySerializableAttribute("setGlowImageFilter")
NotifyParentPropertyAttribute()
DefaultValueAttribute()
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
PersistenceModeAttribute(PersistenceMode.InnerProperty)
DescriptionAttribute("Controls the glow visual effect.")
CategoryAttribute("Styles")
public function get GlowImageFilter : ChartGlowImageFilterSettings
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute("setGlowImageFilter")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DescriptionAttribute("Controls the glow visual effect.")]
[CategoryAttribute("Styles")]
public: __property ChartGlowImageFilterSettings* get_GlowImageFilter();
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute("setGlowImageFilter")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DescriptionAttribute("Controls the glow visual effect.")]
[CategoryAttribute("Styles")]
public:
property ChartGlowImageFilterSettings^ GlowImageFilter {
   ChartGlowImageFilterSettings^ get();
}

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.