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