An enumeration which defines whether to render the rowscolumns of a table first.
Namespace: yWorks.yFiles.Graph.Web.Style.MarkupAssembly: yFilesServer (in yFilesServer.dll) Version: 1.8.0.0 (1.8)
Syntax
C# |
---|
public enum TableRenderingOrder |
Visual Basic |
---|
Public Enumeration TableRenderingOrder |
Members
Member name | Description | ||
---|---|---|---|
columnsFirst | 0 | Lets the columns be drawn behind the rows. | |
rowsFirst | 1 | Lets the rows be drawn behind the columns. |