'Declaration
<System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.DescriptionAttribute("Gets/sets the Font to be used for the child menu.")> Public Property Font As System.Drawing.Font
'Usage
Dim instance As NMenuOptions Dim value As System.Drawing.Font instance.Font = value value = instance.Font
[System.ComponentModel.DefaultValue("")] [System.ComponentModel.Description("Gets/sets the Font to be used for the child menu.")] public System.Drawing.Font Font {get; set;}