Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NDrawingPreviewManager Class / ReconnectOnMove Property


In This Topic
    ReconnectOnMove Property
    In This Topic
    Specifies whether shape reconnection must be attempted when single shapes are moved. When set to false the preview manager will always perform try to perform shape translation. By default set to true.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Behavior")>
    <System.ComponentModel.DescriptionAttribute("/// Specifies whether shape reconnection must be attempted when single shapes are moved. When set to false the preview manager will always perform try to perform shape translation. By default set to true.")>
    <System.ComponentModel.DefaultValueAttribute(True)>
    Public Property ReconnectOnMove As System.Boolean
    'Usage
     
    
    Dim instance As NDrawingPreviewManager
    Dim value As System.Boolean
     
    instance.ReconnectOnMove = value
     
    value = instance.ReconnectOnMove
    [System.ComponentModel.Category("Behavior")]
    [System.ComponentModel.Description("/// Specifies whether shape reconnection must be attempted when single shapes are moved. When set to false the preview manager will always perform try to perform shape translation. By default set to true.")]
    [System.ComponentModel.DefaultValue(true)]
    public System.bool ReconnectOnMove {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