Nevron .NET Vision
Nevron.Diagram Namespace / TranslationSlavesMask Enumeration


In This Topic
    TranslationSlavesMask Enumeration
    In This Topic
    Enumerates the possible shape translation slaves
    Syntax
    'Declaration
     
    
    Public Enum TranslationSlavesMask 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TranslationSlavesMask
    public enum TranslationSlavesMask : System.Enum 
    Members
    MemberDescription
    AccessibleShapesTranslate with all accessible shapes (e.g. NeighbourShapes + the accessible shapes of the neighbour shapes)
    AllAll
    ConnectedShapesTranslate with all possible connected shapes (e.g. IncomingShapes + OutgoingShapes + FromShape + ToShape)
    DestinationShapesTranslate with destination shapes (e.g. the shapes which are connected to the end plug of outgoing shapes)
    FromShapeTranslate with the FROM shape (e.g. the shape to which the start plug is connected). Applicable for 1D shapes
    IncomingShapesTranslate with the incoming shapes (e.g. 1D shapes whose end plug is connected to the shape)
    NeighbourShapesTranslate with neighbour shapes (e.g. DestinationShapes + SourceShapes)
    NoneNone
    OutgoingShapesTranslate with the outgoing shapes (e.g. 1D shapes whose start plug is connected to the shape)
    PredecessorShapesTranslate with predecessor shapes (e.g. SourceShapes + the predecessor shapes of the source shapes)
    ReflexiveShapesTranslate with shapes which reflex it (e.g. 1D shapes whose both plugs are connected to the shape)
    SourceShapesTranslate with source shapes (e.g. the shapes which are connected to the start plug of incoming shapes)
    SuccessorShapesTranslate with successor shapes (e.g. DestinationShapes + the successor shapes of the destination shapes)
    ToShapeTranslate with the TO shape (e.g. the shape to which the end plug is connected)). Applicable for 1D shapes
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Diagram.TranslationSlavesMask

    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