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