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


In This Topic
    InteractivityStyle Property (NTreeMapNode)
    In This Topic
    Gets or sets the interactivity style of this node
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorAttribute(Nevron.Internal.ACO, System.Drawing.Design.UITypeEditor)>
    Public Property InteractivityStyle As NInteractivityStyle
    'Usage
     
    
    Dim instance As NTreeMapNode
    Dim value As NInteractivityStyle
     
    instance.InteractivityStyle = value
     
    value = instance.InteractivityStyle
    [System.ComponentModel.Editor(Nevron.Internal.ACO, System.Drawing.Design.UITypeEditor)]
    public NInteractivityStyle InteractivityStyle {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