Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NMoveTool Class / DuplicationNeededOffset Property


In This Topic
    DuplicationNeededOffset Property
    In This Topic
    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
    Syntax
    '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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also