Operation type constant.
Namespace: yWorks.yFiles.Layout.TransformerAssembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public enum OperationType |
| Visual Basic |
|---|
Public Enumeration OperationType |
Members
| Member name | Description | ||
|---|---|---|---|
| MirrorXaxis | 0 | Operation type constant. Specifies that the graph should be mirrored along the x-axis. | |
| MirrorYaxis | 1 | Operation type constant. Specifies that the graph should be mirrored along the y-axis. | |
| Rotate | 2 | Operation type constant. Specifies that the graph should be rotated. | |
| Scale | 3 | Operation type constant. Specifies that the graph should be scaled. | |
| Translate | 4 | Operation type constant. Specifies that the graph should be translated. |