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