'Declaration
<System.ComponentModel.EditorAttribute(Nevron.Editors.NInteractivityStyleTypeEditorNoAutomatic, System.Drawing.Design.UITypeEditor)> <System.ComponentModel.CategoryAttribute("Interactivity")> <System.ComponentModel.DescriptionAttribute("Gets or sets the interactivity style of the annotation")> Public Property InteractivityStyle As NInteractivityStyle
'Usage
Dim instance As NAnnotation Dim value As NInteractivityStyle instance.InteractivityStyle = value value = instance.InteractivityStyle
[System.ComponentModel.Editor(Nevron.Editors.NInteractivityStyleTypeEditorNoAutomatic, System.Drawing.Design.UITypeEditor)] [System.ComponentModel.Category("Interactivity")] [System.ComponentModel.Description("Gets or sets the interactivity style of the annotation")] public NInteractivityStyle InteractivityStyle {get; set;}