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 |
| 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;} |
| 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