Nevron .NET Vision
Nevron.Diagram Namespace / NShape Class / TranslationSlaves Property


In This Topic
    TranslationSlaves Property
    In This Topic
    Specifies the shapes, which must be translated when the shape is translated
    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
    [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;}
    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