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






Gets or sets the type of bevel effect to be generated.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Appearance")>
<DescriptionAttribute("The type of bevel effect to generate.")>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property BevelType As BevelType
Visual Basic (Usage)Copy Code
Dim instance As ChartBevelAndEmbossImageFilterSettings
Dim value As BevelType
 
instance.BevelType = value
 
value = instance.BevelType
C# 
[CategoryAttribute("Appearance")]
[DescriptionAttribute("The type of bevel effect to generate.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public BevelType BevelType {get; set;}
Delphi 
public read-write property BevelType: BevelType; 
JScript 
CategoryAttribute("Appearance")
DescriptionAttribute("The type of bevel effect to generate.")
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
public function get,set BevelType : BevelType
Managed Extensions for C++ 
[CategoryAttribute("Appearance")]
[DescriptionAttribute("The type of bevel effect to generate.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property BevelType get_BevelType();
public: __property void set_BevelType( 
   BevelType value
);
C++/CLI 
[CategoryAttribute("Appearance")]
[DescriptionAttribute("The type of bevel effect to generate.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property BevelType BevelType {
   BevelType get();
   void set (    BevelType value);
}

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.