An enumeration which defines whether to render the rowscolumns of a table first.

Namespace: yWorks.yFiles.Graph.Web.Style.Markup
Assembly: yFilesServer (in yFilesServer.dll) Version: 1.8.0.0 (1.8)

Syntax

C#
public enum TableRenderingOrder
Visual Basic
Public Enumeration TableRenderingOrder

Members

Member nameDescription
columnsFirst0 Lets the columns be drawn behind the rows.
rowsFirst1 Lets the rows be drawn behind the columns.

See Also