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