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






Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<CategoryAttribute("General")>
<DescriptionAttribute("Defines the style of the backplane.")>
Public Property Shape As BackplaneShape
Visual Basic (Usage)Copy Code
Dim instance As ChartBackplaneStyle
Dim value As BackplaneShape
 
instance.Shape = value
 
value = instance.Shape
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[CategoryAttribute("General")]
[DescriptionAttribute("Defines the style of the backplane.")]
public BackplaneShape Shape {get; set;}
Delphi 
public read-write property Shape: BackplaneShape; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DefaultValueAttribute()
CategoryAttribute("General")
DescriptionAttribute("Defines the style of the backplane.")
public function get,set Shape : BackplaneShape
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[CategoryAttribute("General")]
[DescriptionAttribute("Defines the style of the backplane.")]
public: __property BackplaneShape get_Shape();
public: __property void set_Shape( 
   BackplaneShape value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[CategoryAttribute("General")]
[DescriptionAttribute("Defines the style of the backplane.")]
public:
property BackplaneShape Shape {
   BackplaneShape get();
   void set (    BackplaneShape 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.