Syntax
| Visual Basic (Declaration) | |
|---|
<ISNet.Serialization.BinarySerializableAttribute("setLightingImageFilter")>
<NotifyParentPropertyAttribute(True)>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<CategoryAttribute("Styles")>
<DescriptionAttribute("Controls the lighting visual effect.")>
<DefaultValueAttribute()>
Public ReadOnly Property LightingImageFilter As ChartLightingImageFilterSettings |
| C# | |
|---|
[ISNet.Serialization.BinarySerializableAttribute("setLightingImageFilter")]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[CategoryAttribute("Styles")]
[DescriptionAttribute("Controls the lighting visual effect.")]
[DefaultValueAttribute()]
public ChartLightingImageFilterSettings LightingImageFilter {get;} |
| JScript | |
|---|
ISNet.Serialization.BinarySerializableAttribute("setLightingImageFilter")
NotifyParentPropertyAttribute()
PersistenceModeAttribute(PersistenceMode.InnerProperty)
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
CategoryAttribute("Styles")
DescriptionAttribute("Controls the lighting visual effect.")
DefaultValueAttribute()
public function get LightingImageFilter : ChartLightingImageFilterSettings |
| Managed Extensions for C++ | |
|---|
[ISNet.Serialization.BinarySerializableAttribute("setLightingImageFilter")]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[CategoryAttribute("Styles")]
[DescriptionAttribute("Controls the lighting visual effect.")]
[DefaultValueAttribute()]
public: __property ChartLightingImageFilterSettings* get_LightingImageFilter(); |
| C++/CLI | |
|---|
[ISNet.Serialization.BinarySerializableAttribute("setLightingImageFilter")]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[CategoryAttribute("Styles")]
[DescriptionAttribute("Controls the lighting visual effect.")]
[DefaultValueAttribute()]
public:
property ChartLightingImageFilterSettings^ LightingImageFilter {
ChartLightingImageFilterSettings^ 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