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






Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Controls the outer bevel style of the frame.")>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("Appearance")>
Public Property OuterBevelStyle As FrameBevelStyle
Visual Basic (Usage)Copy Code
Dim instance As ChartStandardFrameStyle
Dim value As FrameBevelStyle
 
instance.OuterBevelStyle = value
 
value = instance.OuterBevelStyle
C# 
[DescriptionAttribute("Controls the outer bevel style of the frame.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Appearance")]
public FrameBevelStyle OuterBevelStyle {get; set;}
Delphi 
public read-write property OuterBevelStyle: FrameBevelStyle; 
JScript 
DescriptionAttribute("Controls the outer bevel style of the frame.")
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
CategoryAttribute("Appearance")
public function get,set OuterBevelStyle : FrameBevelStyle
Managed Extensions for C++ 
[DescriptionAttribute("Controls the outer bevel style of the frame.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Appearance")]
public: __property FrameBevelStyle get_OuterBevelStyle();
public: __property void set_OuterBevelStyle( 
   FrameBevelStyle value
);
C++/CLI 
[DescriptionAttribute("Controls the outer bevel style of the frame.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Appearance")]
public:
property FrameBevelStyle OuterBevelStyle {
   FrameBevelStyle get();
   void set (    FrameBevelStyle 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.