public enum ENShapeMoveSlaves : System.Enum
public enum ENShapeMoveSlaves : System.Enum
Member | Description |
---|---|
AccessibleShapes | Translate with all accessible shapes (e.g. NeighbourShapes + the accessible shapes of the neighbour shapes) |
All | All |
ConnectedShapes | Translate with all possible connected shapes (e.g. IncomingShapes + OutgoingShapes + FromShape + ToShape) |
DestinationShapes | Translate with destination shapes (e.g. the shapes which are connected to the end plug of outgoing shapes) |
FromShape | Translate with the FROM shape (e.g. the shape to which the start plug is connected). Applicable for 1D shapes |
IncomingShapes | Translate with the incoming shapes (e.g. 1D shapes whose end plug is connected to the shape) |
NeighbourShapes | Translate with neighbour shapes (e.g. DestinationShapes + SourceShapes) |
None | None |
OutgoingShapes | Translate with the outgoing shapes (e.g. 1D shapes whose start plug is connected to the shape) |
PredecessorShapes | Translate with predecessor shapes (e.g. SourceShapes + the predecessor shapes of the source shapes) |
ReflexiveShapes | Translate with shapes which reflex it (e.g. 1D shapes whose both plugs are connected to the shape) |
SourceShapes | Translate with source shapes (e.g. the shapes which are connected to the start plug of incoming shapes) |
SuccessorShapes | Translate with successor shapes (e.g. DestinationShapes + the successor shapes of the destination shapes) |
ToShape | Translate with the TO shape (e.g. the shape to which the end plug is connected)). Applicable for 1D shapes |
System.Object
System.ValueType
System.Enum
Nevron.Nov.Diagram.ENShapeMoveSlaves
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)