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






Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("Blur")>
<DescriptionAttribute("The length of the image bevel in pixels.")>
Public Property BevelDepth As Nullable(Of Single)
Visual Basic (Usage)Copy Code
Dim instance As ChartLightingImageFilterSettings
Dim value As Nullable(Of Single)
 
instance.BevelDepth = value
 
value = instance.BevelDepth
C# 
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Blur")]
[DescriptionAttribute("The length of the image bevel in pixels.")]
public Nullable<float> BevelDepth {get; set;}
Delphi 
public read-write property BevelDepth: Nullable; 
JScript 
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
CategoryAttribute("Blur")
DescriptionAttribute("The length of the image bevel in pixels.")
public function get,set BevelDepth : Nullable
Managed Extensions for C++ 
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Blur")]
[DescriptionAttribute("The length of the image bevel in pixels.")]
public: __property Nullable<float> get_BevelDepth();
public: __property void set_BevelDepth( 
   Nullable<float> value
);
C++/CLI 
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Blur")]
[DescriptionAttribute("The length of the image bevel in pixels.")]
public:
property Nullable<float> BevelDepth {
   Nullable<float> get();
   void set (    Nullable<float> 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.