Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Standard.v4.4 Assembly / Xceed.Chart.Standard Namespace / ImageFrame Class / InnerEdgePercent Property


In This Topic
    InnerEdgePercent Property
    In This Topic
    The amount of rounding of the inner edges relative to the corner and tube size.
    Syntax
    'Declaration
     
    <CategoryAttribute("Edge Rounding")>
    <DescriptionAttribute("The amount of rounding of the outer edges relative to the corner and tube size.")>
    <DefaultValueAttribute(50)>
    Public Property InnerEdgePercent As Single
    'Usage
     
    Dim instance As ImageFrame
    Dim value As Single
     
    instance.InnerEdgePercent = value
     
    value = instance.InnerEdgePercent
    [Category("Edge Rounding")]
    [Description("The amount of rounding of the outer edges relative to the corner and tube size.")]
    [DefaultValue(50)]
    public float InnerEdgePercent {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also