Nevron.Chart Namespace / NDisplayPanel Class / InteractivityStyle Property


InteractivityStyle Property (NDisplayPanel)
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Interactivity")>
<System.ComponentModel.DescriptionAttribute("The interactivity style associated with the watermark.")>
<System.ComponentModel.EditorAttribute(Nevron.Editors.NInteractivityStyleTypeEditorNoAutomatic, System.Drawing.Design.UITypeEditor)>
Public Property InteractivityStyle As NInteractivityStyle
 
'Usage
 
Dim instance As NDisplayPanel
Dim value As NInteractivityStyle
 
instance.InteractivityStyle = value
 
value = instance.InteractivityStyle
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