ViewerConfiguration Enumeration |
Designates the viewers configuration.
Namespace: Altaxo.Text.GuiModelsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public enum ViewerConfiguration
Members Member name | Value | Description |
---|
EditorLeftViewerRight | 0 | The editor window is left, the viewer window is right. |
EditorTopViewerBottom | 1 | The editor window is top, the viewer window is bottom. |
EditorRightViewerLeft | 2 | The editor window is right, the viewer window is left. |
EditorBottomViewerTop | 3 | The editor window is bottom, the viewer window is top. |
Tabbed | 4 | The editor window and the viewer window are inside a tabbed control. |
See Also