Namespace: yWorks.yFiles.Layout
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
[FlagsAttribute] public enum MirrorMask |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration MirrorMask |
Members
| Member name | Description | ||
|---|---|---|---|
| None | 0 | Constant that can be used to prevent any mirroring of layout orientations. | |
| TopToBottom | 1 | Constant that can be used to create the mirror mask, that defines which layout orientations shall be mirrored at their corresponding axis. Adding this constant to the mask will result in mirroring the graph for layout orientation LayoutOrientation.TOP_TO_BOTTOM. | |
| RightToLeft | 2 | Constant that can be used to create the mirror mask, that defines which layout orientations shall be mirrored at their corresponding axis. Adding this constant to the mask will result in mirroring the graph for layout orientation LayoutOrientation.RIGHT_TO_LEFT. | |
| BottomToTop | 4 | Constant that can be used to create the mirror mask, that defines which layout orientations shall be mirrored at their corresponding axis. Adding this constant to the mask will result in mirroring the graph for layout orientation LayoutOrientation.BOTTOM_TO_TOP. | |
| LeftToRight | 8 | Constant that can be used to create the mirror mask, that defines which layout orientations shall be mirrored at their corresponding axis. Adding this constant to the mask will result in mirroring the graph for layout orientation LayoutOrientation.LEFT_TO_RIGHT. |