'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets the needed offset the mouse must make from its start position in order for an element duplication to be created. By default set to 1 pixel")> <System.ComponentModel.DefaultValueAttribute(1)> Public Property MoveNeededOffset As System.Single
'Usage
Dim instance As NMoveTool Dim value As System.Single instance.MoveNeededOffset = value value = instance.MoveNeededOffset
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets the needed offset the mouse must make from its start position in order for an element duplication to be created. By default set to 1 pixel")] [System.ComponentModel.DefaultValue(1)] public System.float MoveNeededOffset {get; set;}