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






Gets or sets the depth of the bevel effect, affect the distance between the highlight and shadow shapes offset across the direction specified in 'Angle'.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("Size")>
<DefaultValueAttribute()>
<DescriptionAttribute("The depth of the bevel effect, affects the distance between the highlight and shadow shapes offset across the direction specified in 'Angle'.")>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property Depth As Nullable(Of Single)
Visual Basic (Usage)Copy Code
Dim instance As ChartBevelAndEmbossImageFilterSettings
Dim value As Nullable(Of Single)
 
instance.Depth = value
 
value = instance.Depth
C# 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Size")]
[DefaultValueAttribute()]
[DescriptionAttribute("The depth of the bevel effect, affects the distance between the highlight and shadow shapes offset across the direction specified in 'Angle'.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public Nullable<float> Depth {get; set;}
Delphi 
public read-write property Depth: Nullable; 
JScript 
NotifyParentPropertyAttribute()
CategoryAttribute("Size")
DefaultValueAttribute()
DescriptionAttribute("The depth of the bevel effect, affects the distance between the highlight and shadow shapes offset across the direction specified in 'Angle'.")
ISNet.Serialization.BinarySerializableAttribute()
public function get,set Depth : Nullable
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Size")]
[DefaultValueAttribute()]
[DescriptionAttribute("The depth of the bevel effect, affects the distance between the highlight and shadow shapes offset across the direction specified in 'Angle'.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property Nullable<float> get_Depth();
public: __property void set_Depth( 
   Nullable<float> value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Size")]
[DefaultValueAttribute()]
[DescriptionAttribute("The depth of the bevel effect, affects the distance between the highlight and shadow shapes offset across the direction specified in 'Angle'.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property Nullable<float> Depth {
   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.