'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 NDigitalClockPanel Dim value As NInteractivityStyle instance.InteractivityStyle = value value = instance.InteractivityStyle
[System.ComponentModel.Category("Interactivity")] [System.ComponentModel.Description("The interactivity style associated with the watermark.")] [System.ComponentModel.Editor(Nevron.Editors.NInteractivityStyleTypeEditorNoAutomatic, System.Drawing.Design.UITypeEditor)] public NInteractivityStyle InteractivityStyle {get; set;}