Nevron .NET Vision
Nevron.Chart Namespace / NTreeMapNode Class / Label Property


In This Topic
    Label Property (NTreeMapNode)
    In This Topic
    The label of this node
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Properties")>
    <System.ComponentModel.DescriptionAttribute("Defines the label of this node.")>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property Label As System.String
    'Usage
     
    
    Dim instance As NTreeMapNode
    Dim value As System.String
     
    instance.Label = value
     
    value = instance.Label
    [System.ComponentModel.Category("Properties")]
    [System.ComponentModel.Description("Defines the label of this node.")]
    [System.Xml.Serialization.XmlAttribute()]
    public System.string Label {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