'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;}