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






Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("General")>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("Controls the edge size of the smooth edge or cut edge rectangle.")>
Public Property EdgePercent As Integer
Visual Basic (Usage)Copy Code
Dim instance As ChartBackplaneStyle
Dim value As Integer
 
instance.EdgePercent = value
 
value = instance.EdgePercent
C# 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Controls the edge size of the smooth edge or cut edge rectangle.")]
public int EdgePercent {get; set;}
Delphi 
public read-write property EdgePercent: Integer; 
JScript 
NotifyParentPropertyAttribute()
CategoryAttribute("General")
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("Controls the edge size of the smooth edge or cut edge rectangle.")
public function get,set EdgePercent : int
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Controls the edge size of the smooth edge or cut edge rectangle.")]
public: __property int get_EdgePercent();
public: __property void set_EdgePercent( 
   int value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Controls the edge size of the smooth edge or cut edge rectangle.")]
public:
property int EdgePercent {
   int get();
   void set (    int 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.