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






Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Edge Rounding")>
<DescriptionAttribute("The amount of rounding when the image frame has round edges.")>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property OuterEdgePercent As Single
Visual Basic (Usage)Copy Code
Dim instance As ChartImageFrameStyle
Dim value As Single
 
instance.OuterEdgePercent = value
 
value = instance.OuterEdgePercent
C# 
[CategoryAttribute("Edge Rounding")]
[DescriptionAttribute("The amount of rounding when the image frame has round edges.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public float OuterEdgePercent {get; set;}
Delphi 
public read-write property OuterEdgePercent: Single; 
JScript 
CategoryAttribute("Edge Rounding")
DescriptionAttribute("The amount of rounding when the image frame has round edges.")
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
public function get,set OuterEdgePercent : float
Managed Extensions for C++ 
[CategoryAttribute("Edge Rounding")]
[DescriptionAttribute("The amount of rounding when the image frame has round edges.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property float get_OuterEdgePercent();
public: __property void set_OuterEdgePercent( 
   float value
);
C++/CLI 
[CategoryAttribute("Edge Rounding")]
[DescriptionAttribute("The amount of rounding when the image frame has round edges.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property float OuterEdgePercent {
   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.