NevronOpenVision
Nevron.Nov.Diagram Namespace / ENShapeMoveSlaves Enumeration
ENShapeMoveSlaves Enumeration
A masked enumerations which defines the shapes that must be moved together with a certain shape.
Syntax
public enum ENShapeMoveSlaves : 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.Nov.Diagram.ENShapeMoveSlaves

Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also