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