'Declaration
<System.ComponentModel.DefaultValueAttribute(15)> <System.ComponentModel.BrowsableAttribute(True)> <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always)> Public Property ButtonRoundedEdgeValue As System.Single
'Usage
Dim instance As NButton Dim value As System.Single instance.ButtonRoundedEdgeValue = value value = instance.ButtonRoundedEdgeValue
[System.ComponentModel.DefaultValue(15)] [System.ComponentModel.Browsable(true)] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)] public System.float ButtonRoundedEdgeValue {get; set;}