Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeListNodeTextSubItem Class / Font Property


In This Topic
    Font Property (NTreeListNodeTextSubItem)
    In This Topic
    Gets/sets the local font to be used by this item. If not set the one from owner node will be inherited.
    Syntax
    '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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also