'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DefaultValueAttribute(False)> Public Property EnableInteractivity As System.Boolean
'Usage
Dim instance As NSvgImageFormat Dim value As System.Boolean instance.EnableInteractivity = value value = instance.EnableInteractivity
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.DefaultValue(false)] public System.bool EnableInteractivity {get; set;}