Nevron.Diagram Namespace / NShape Class / TranslationSlaves Property


TranslationSlaves Property
Syntax
'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
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