'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.CategoryAttribute("Mouse")> <System.ComponentModel.DescriptionAttribute("Whether the trackball will use the kinetic force of the drag to animate the rotation / elevation after the user release the mouse.")> Public Property EnableKineticDrag As System.Boolean
'Usage
Dim instance As NTrackballTool Dim value As System.Boolean instance.EnableKineticDrag = value value = instance.EnableKineticDrag
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.Category("Mouse")] [System.ComponentModel.Description("Whether the trackball will use the kinetic force of the drag to animate the rotation / elevation after the user release the mouse.")] public System.bool EnableKineticDrag {get; set;}