'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Specifies the shapes, which must be translated when the shape is translated")> <System.ComponentModel.EditorAttribute(Nevron.Diagram.Editors.NTranslationSlavesTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property TranslationSlaves As NTranslationSlaves
'Usage
Dim instance As NShape Dim value As NTranslationSlaves instance.TranslationSlaves = value value = instance.TranslationSlaves
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Specifies the shapes, which must be translated when the shape is translated")] [System.ComponentModel.Editor(Nevron.Diagram.Editors.NTranslationSlavesTypeEditor, System.Drawing.Design.UITypeEditor)] public NTranslationSlaves TranslationSlaves {get; set;}