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