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