'Declaration
<System.Xml.Serialization.XmlIgnoreAttribute()> <System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.DescriptionAttribute("Gets/sets the local font to be used by this item. If not set the one from owner node will be inherited.")> Public Property Font As System.Drawing.Font
'Usage
Dim instance As NTreeListNodeTextSubItem Dim value As System.Drawing.Font instance.Font = value value = instance.Font
[System.Xml.Serialization.XmlIgnore()] [System.ComponentModel.DefaultValue("")] [System.ComponentModel.Description("Gets/sets the local font to be used by this item. If not set the one from owner node will be inherited.")] public System.Drawing.Font Font {get; set;}