'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;}