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