'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Gets/sets the rounding style for the popup.")> Public Property Rounding As PopupRounding
'Usage
Dim instance As NPopup Dim value As PopupRounding instance.Rounding = value value = instance.Rounding
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Gets/sets the rounding style for the popup.")] public PopupRounding Rounding {get; set;}