'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 2 pixels")> <System.ComponentModel.DefaultValueAttribute(2)> Public Property DuplicationNeededOffset As System.Single
'Usage
Dim instance As NMoveTool Dim value As System.Single instance.DuplicationNeededOffset = value value = instance.DuplicationNeededOffset
[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 2 pixels")] [System.ComponentModel.DefaultValue(2)] public System.float DuplicationNeededOffset {get; set;}