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