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






Syntax

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