'Declaration
<System.ComponentModel.CategoryAttribute("Max Drag Values")> <System.ComponentModel.DescriptionAttribute("Controls the maximum x drag value")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property MaxXDragValue As System.Double
'Usage
Dim instance As NDataPointDragTool Dim value As System.Double instance.MaxXDragValue = value value = instance.MaxXDragValue
[System.ComponentModel.Category("Max Drag Values")] [System.ComponentModel.Description("Controls the maximum x drag value")] [System.Xml.Serialization.XmlAttribute()] public System.double MaxXDragValue {get; set;}