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






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
Visual Basic (Usage)Copy Code
Dim instance As Series
Dim value As ChartBevelAndEmbossImageFilterSettings
 
value = instance.BevelAndEmbossImageFilter
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;}
Delphi 
public read-only property BevelAndEmbossImageFilter: ChartBevelAndEmbossImageFilterSettings; 
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

©2012 Intersoft Solutions Corp. All Rights Reserved.