'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Gets/sets the size of the smooth edge relative to the smaller side of the callout rectangle")> Public Property SmoothEdgePercent As System.Single
'Usage
Dim instance As NRoundedRectangularCallout Dim value As System.Single instance.SmoothEdgePercent = value value = instance.SmoothEdgePercent
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Gets/sets the size of the smooth edge relative to the smaller side of the callout rectangle")] public System.float SmoothEdgePercent {get; set;}