'Declaration
<System.ComponentModel.CategoryAttribute("Styles")> <System.ComponentModel.DescriptionAttribute("Gets/sets the interactivity style")> <System.ComponentModel.TypeConverterAttribute(Nevron.GraphicsCore.Text.NAutomaticStyleTypeConverter)> Public Property InteractivityStyle As NInteractivityStyle
'Usage
Dim instance As NStyle Dim value As NInteractivityStyle instance.InteractivityStyle = value value = instance.InteractivityStyle
[System.ComponentModel.Category("Styles")] [System.ComponentModel.Description("Gets/sets the interactivity style")] [System.ComponentModel.TypeConverter(Nevron.GraphicsCore.Text.NAutomaticStyleTypeConverter)] public NInteractivityStyle InteractivityStyle {get; set;}