'Declaration
<System.ComponentModel.DefaultValueAttribute("")> <System.Xml.Serialization.XmlIgnoreAttribute()> <System.ComponentModel.DescriptionAttribute("Gets/sets the font used to render notes (if any).")> Public Property NotesFont As System.Drawing.Font
'Usage
Dim instance As NTreeListNode Dim value As System.Drawing.Font instance.NotesFont = value value = instance.NotesFont
[System.ComponentModel.DefaultValue("")] [System.Xml.Serialization.XmlIgnore()] [System.ComponentModel.Description("Gets/sets the font used to render notes (if any).")] public System.Drawing.Font NotesFont {get; set;}