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






Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Size")>
<DescriptionAttribute("Controls the distance between the inner and the outer bevel.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property InnerBevelWidth As Nullable(Of Single)
Visual Basic (Usage)Copy Code
Dim instance As ChartStandardFrameStyle
Dim value As Nullable(Of Single)
 
instance.InnerBevelWidth = value
 
value = instance.InnerBevelWidth
C# 
[CategoryAttribute("Size")]
[DescriptionAttribute("Controls the distance between the inner and the outer bevel.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public Nullable<float> InnerBevelWidth {get; set;}
Delphi 
public read-write property InnerBevelWidth: Nullable; 
JScript 
CategoryAttribute("Size")
DescriptionAttribute("Controls the distance between the inner and the outer bevel.")
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
public function get,set InnerBevelWidth : Nullable
Managed Extensions for C++ 
[CategoryAttribute("Size")]
[DescriptionAttribute("Controls the distance between the inner and the outer bevel.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property Nullable<float> get_InnerBevelWidth();
public: __property void set_InnerBevelWidth( 
   Nullable<float> value
);
C++/CLI 
[CategoryAttribute("Size")]
[DescriptionAttribute("Controls the distance between the inner and the outer bevel.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property Nullable<float> InnerBevelWidth {
   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.