Nevron .NET Vision
Nevron.GraphicsCore Namespace / NImageFrameStyle Class / OuterEdgePercent Property


In This Topic
    OuterEdgePercent Property
    In This Topic
    The amount of rounding of the outer edges relative to the corner size.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Edge Rounding")>
    <System.ComponentModel.DescriptionAttribute("The amount of rounding when the image frame has round edges.")>
    <System.ComponentModel.DefaultValueAttribute(50)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property OuterEdgePercent As System.Single
    'Usage
     
    
    Dim instance As NImageFrameStyle
    Dim value As System.Single
     
    instance.OuterEdgePercent = value
     
    value = instance.OuterEdgePercent
    [System.ComponentModel.Category("Edge Rounding")]
    [System.ComponentModel.Description("The amount of rounding when the image frame has round edges.")]
    [System.ComponentModel.DefaultValue(50)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.float OuterEdgePercent {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