Nevron .NET Vision
Nevron.GraphicsCore Namespace / NImageFrameStyle 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
     
    
    <System.ComponentModel.CategoryAttribute("Edge Rounding")>
    <System.ComponentModel.DescriptionAttribute("The amount of rounding of the outer edges relative to the corner and tube size.")>
    <System.ComponentModel.DefaultValueAttribute(50)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property InnerEdgePercent As System.Single
    'Usage
     
    
    Dim instance As NImageFrameStyle
    Dim value As System.Single
     
    instance.InnerEdgePercent = value
     
    value = instance.InnerEdgePercent
    [System.ComponentModel.Category("Edge Rounding")]
    [System.ComponentModel.Description("The amount of rounding of the outer edges relative to the corner and tube size.")]
    [System.ComponentModel.DefaultValue(50)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.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