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






Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Edge Rounding")>
<DescriptionAttribute("The amount of rounding of the outer edges relative to the corner and tube size.")>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property InnerEdgePercent As Single
Visual Basic (Usage)Copy Code
Dim instance As ChartImageFrameStyle
Dim value As Single
 
instance.InnerEdgePercent = value
 
value = instance.InnerEdgePercent
C# 
[CategoryAttribute("Edge Rounding")]
[DescriptionAttribute("The amount of rounding of the outer edges relative to the corner and tube size.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public float InnerEdgePercent {get; set;}
Delphi 
public read-write property InnerEdgePercent: Single; 
JScript 
CategoryAttribute("Edge Rounding")
DescriptionAttribute("The amount of rounding of the outer edges relative to the corner and tube size.")
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
public function get,set InnerEdgePercent : float
Managed Extensions for C++ 
[CategoryAttribute("Edge Rounding")]
[DescriptionAttribute("The amount of rounding of the outer edges relative to the corner and tube size.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property float get_InnerEdgePercent();
public: __property void set_InnerEdgePercent( 
   float value
);
C++/CLI 
[CategoryAttribute("Edge Rounding")]
[DescriptionAttribute("The amount of rounding of the outer edges relative to the corner and tube size.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property float InnerEdgePercent {
   float get();
   void set (    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.