'Declaration
<System.ComponentModel.CategoryAttribute("Keyboard")> <System.ComponentModel.DescriptionAttribute("The horizontal move step.")> <System.ComponentModel.DefaultValueAttribute(1)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property Step As System.Double
'Usage
Dim instance As NAxisCursor Dim value As System.Double instance.Step = value value = instance.Step
[System.ComponentModel.Category("Keyboard")] [System.ComponentModel.Description("The horizontal move step.")] [System.ComponentModel.DefaultValue(1)] [System.Xml.Serialization.XmlAttribute()] public System.double Step {get; set;}